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

     1  ## cozy-stack konnectors maintenance
     2  
     3  Activate the maintenance for the given konnector
     4  
     5  ```
     6  cozy-stack konnectors maintenance [slug] [flags]
     7  ```
     8  
     9  ### Options
    10  
    11  ```
    12    -h, --help             help for maintenance
    13        --no-manual-exec   specify a maintenance disallowing manual execution
    14        --short            specify a short maintenance
    15  ```
    16  
    17  ### Options inherited from parent commands
    18  
    19  ```
    20        --admin-host string   administration server host (default "localhost")
    21        --admin-port int      administration server port (default 6060)
    22        --all-domains         work on all domains iteratively
    23    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    24        --domain string       specify the domain name of the instance (default "cozy.localhost:8080")
    25        --host string         server host (default "localhost")
    26        --parameters string   override the parameters of the installed konnector
    27    -p, --port int            server port (default 8080)
    28  ```
    29  
    30  ### SEE ALSO
    31  
    32  * [cozy-stack konnectors](cozy-stack_konnectors.md)	 - Interact with the konnectors
    33