Cozy stack konnectors
cozy-stack konnectors¶
Interact with the konnectors
Synopsis¶
cozy-stack konnectors allows to interact with the cozy konnectors.
It provides commands to install or update applications on a cozy.
cozy-stack konnectors <command> [flags]
Options¶
--all-domains work on all domains iteratively --domain string specify the domain name of the instance (default "cozy.localhost:8080") -h, --help help for konnectors --parameters string override the parameters of the installed konnector
Options inherited from parent commands¶
--admin-host string administration server host (default "localhost") --admin-port int administration server port (default 6060) -c, --config string configuration file (default "$HOME/.cozy.yaml") --host string server host (default "localhost") -p, --port int server port (default 8080)
SEE ALSO¶
- cozy-stack - cozy-stack is the main command
- cozy-stack konnectors deactivate-maintenance - Deactivate maintenance for the given konnector
- cozy-stack konnectors install - Install a konnector with the specified slug name from the given source URL.
- cozy-stack konnectors ls - List the installed konnectors.
- cozy-stack konnectors ls-maintenances - List the konnectors in maintenance
- cozy-stack konnectors maintenance - Activate the maintenance for the given konnector
- cozy-stack konnectors run - Run a konnector.
- cozy-stack konnectors show - Show the application attributes
- cozy-stack konnectors uninstall - Uninstall the konnector with the specified slug name.
- cozy-stack konnectors update - Update the konnector with the specified slug name.