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

     1  ## cozy-stack konnectors
     2  
     3  Interact with the konnectors
     4  
     5  ### Synopsis
     6  
     7  
     8  cozy-stack konnectors allows to interact with the cozy konnectors.
     9  
    10  It provides commands to install or update applications on
    11  a cozy.
    12  
    13  
    14  ```
    15  cozy-stack konnectors <command> [flags]
    16  ```
    17  
    18  ### Options
    19  
    20  ```
    21        --all-domains         work on all domains iteratively
    22        --domain string       specify the domain name of the instance (default "cozy.localhost:8080")
    23    -h, --help                help for konnectors
    24        --parameters string   override the parameters of the installed konnector
    25  ```
    26  
    27  ### Options inherited from parent commands
    28  
    29  ```
    30        --admin-host string   administration server host (default "localhost")
    31        --admin-port int      administration server port (default 6060)
    32    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    33        --host string         server host (default "localhost")
    34    -p, --port int            server port (default 8080)
    35  ```
    36  
    37  ### SEE ALSO
    38  
    39  * [cozy-stack](cozy-stack.md)	 - cozy-stack is the main command
    40  * [cozy-stack konnectors deactivate-maintenance](cozy-stack_konnectors_deactivate-maintenance.md)	 - Deactivate maintenance for the given konnector
    41  * [cozy-stack konnectors install](cozy-stack_konnectors_install.md)	 - Install a konnector with the specified slug name
    42  from the given source URL.
    43  * [cozy-stack konnectors ls](cozy-stack_konnectors_ls.md)	 - List the installed konnectors.
    44  * [cozy-stack konnectors ls-maintenances](cozy-stack_konnectors_ls-maintenances.md)	 - List the konnectors in maintenance
    45  * [cozy-stack konnectors maintenance](cozy-stack_konnectors_maintenance.md)	 - Activate the maintenance for the given konnector
    46  * [cozy-stack konnectors run](cozy-stack_konnectors_run.md)	 - Run a konnector.
    47  * [cozy-stack konnectors show](cozy-stack_konnectors_show.md)	 - Show the application attributes
    48  * [cozy-stack konnectors uninstall](cozy-stack_konnectors_uninstall.md)	 - Uninstall the konnector with the specified slug name.
    49  * [cozy-stack konnectors update](cozy-stack_konnectors_update.md)	 - Update the konnector with the specified slug name.
    50