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

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