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

     1  ## cozy-stack triggers
     2  
     3  Interact with the triggers
     4  
     5  ### Synopsis
     6  
     7  
     8  cozy-stack apps allows to interact with the cozy triggers.
     9  
    10  It provides command to run a specific trigger.
    11  
    12  
    13  ```
    14  cozy-stack triggers <command> [flags]
    15  ```
    16  
    17  ### Options
    18  
    19  ```
    20        --domain string   specify the domain name of the instance (default "cozy.localhost:8080")
    21    -h, --help            help for triggers
    22  ```
    23  
    24  ### Options inherited from parent commands
    25  
    26  ```
    27        --admin-host string   administration server host (default "localhost")
    28        --admin-port int      administration server port (default 6060)
    29    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    30        --host string         server host (default "localhost")
    31    -p, --port int            server port (default 8080)
    32  ```
    33  
    34  ### SEE ALSO
    35  
    36  * [cozy-stack](cozy-stack.md)	 - cozy-stack is the main command
    37  * [cozy-stack triggers launch](cozy-stack_triggers_launch.md)	 - Creates a job from a specific trigger
    38  * [cozy-stack triggers ls](cozy-stack_triggers_ls.md)	 - List triggers
    39  * [cozy-stack triggers show-from-app](cozy-stack_triggers_show-from-app.md)	 - Show the application triggers
    40