github.com/cozy/cozy-stack@v0.0.0-20240603063001-31110fa4cae1/docs/cli/cozy-stack_triggers_ls.md (about)

     1  ## cozy-stack triggers ls
     2  
     3  List triggers
     4  
     5  ```
     6  cozy-stack triggers ls [flags]
     7  ```
     8  
     9  ### Examples
    10  
    11  ```
    12  $ cozy-stack triggers ls --domain cozy.localhost:8080
    13  ```
    14  
    15  ### Options
    16  
    17  ```
    18    -h, --help   help for ls
    19  ```
    20  
    21  ### Options inherited from parent commands
    22  
    23  ```
    24        --admin-host string   administration server host (default "localhost")
    25        --admin-port int      administration server port (default 6060)
    26    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    27        --domain string       specify the domain name of the instance (default "cozy.localhost:8080")
    28        --host string         server host (default "localhost")
    29    -p, --port int            server port (default 8080)
    30  ```
    31  
    32  ### SEE ALSO
    33  
    34  * [cozy-stack triggers](cozy-stack_triggers.md)	 - Interact with the triggers
    35