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

     1  ## cozy-stack instances token-app
     2  
     3  Generate a new application token
     4  
     5  ```
     6  cozy-stack instances token-app <domain> <slug> [flags]
     7  ```
     8  
     9  ### Options
    10  
    11  ```
    12        --expire duration   Make the token expires in this amount of time
    13    -h, --help              help for token-app
    14  ```
    15  
    16  ### Options inherited from parent commands
    17  
    18  ```
    19        --admin-host string   administration server host (default "localhost")
    20        --admin-port int      administration server port (default 6060)
    21    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    22        --host string         server host (default "localhost")
    23    -p, --port int            server port (default 8080)
    24  ```
    25  
    26  ### SEE ALSO
    27  
    28  * [cozy-stack instances](cozy-stack_instances.md)	 - Manage instances of a stack
    29