Cozy stack apps
cozy-stack apps¶
Interact with the applications
Synopsis¶
cozy-stack apps allows to interact with the cozy applications.
It provides commands to install or update applications on a cozy.
cozy-stack apps <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 apps
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 apps install - Install an application with the specified slug name from the given source URL.
- cozy-stack apps ls - List the installed applications.
- cozy-stack apps show - Show the application attributes
- cozy-stack apps uninstall - Uninstall the application with the specified slug name.
- cozy-stack apps update - Update the application with the specified slug name.