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

     1  ## cozy-stack instances debug
     2  
     3  Activate or deactivate debugging of the instance
     4  
     5  ### Synopsis
     6  
     7  
     8  cozy-stack instances debug allows to activate or deactivate the debugging of a
     9  specific domain.
    10  
    11  
    12  ```
    13  cozy-stack instances debug <true/false> [flags]
    14  ```
    15  
    16  ### Examples
    17  
    18  ```
    19  $ cozy-stack instances debug --domain cozy.localhost:8080 true
    20  ```
    21  
    22  ### Options
    23  
    24  ```
    25        --domain string   Specify the domain name of the instance (default "cozy.localhost:8080")
    26    -h, --help            help for debug
    27        --ttl duration    Specify how long the debug mode will last (default 24h0m0s)
    28  ```
    29  
    30  ### Options inherited from parent commands
    31  
    32  ```
    33        --admin-host string   administration server host (default "localhost")
    34        --admin-port int      administration server port (default 6060)
    35    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    36        --host string         server host (default "localhost")
    37    -p, --port int            server port (default 8080)
    38  ```
    39  
    40  ### SEE ALSO
    41  
    42  * [cozy-stack instances](cozy-stack_instances.md)	 - Manage instances of a stack
    43