Cozy stack instances
cozy-stack instances¶
Manage instances of a stack
Synopsis¶
cozy-stack instances allows to manage the instances of this stack
An instance is a logical space owned by one user and identified by a domain. For example, bob.cozycloud.cc is the instance of Bob. A single cozy-stack process can manage several instances.
Each instance has a separate space for storing files and a prefix used to create its CouchDB databases.
cozy-stack instances <command> [flags]
Options¶
-h, --help help for instances
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 instances add - Manage instances of a stack
- cozy-stack instances auth-mode - Set instance auth-mode
- cozy-stack instances clean-sessions - Remove the io.cozy.sessions and io.cozy.sessions.logins bases
- cozy-stack instances client-oauth - Register a new OAuth client
- cozy-stack instances count - Count the instances
- cozy-stack instances debug - Activate or deactivate debugging of the instance
- cozy-stack instances destroy - Remove instance
- cozy-stack instances export - Export an instance
- cozy-stack instances find-oauth-client - Find an OAuth client
- cozy-stack instances fsck - Check a vfs
- cozy-stack instances import - Import data from an export link
- cozy-stack instances ls - List instances
- cozy-stack instances modify - Modify the instance properties
- cozy-stack instances refresh-token-oauth - Generate a new OAuth refresh token
- cozy-stack instances set-disk-quota - Change the disk-quota of the instance
- cozy-stack instances set-passphrase - Change the passphrase of the instance
- cozy-stack instances show - Show the instance of the specified domain
- cozy-stack instances show-app-version - Show instances that have a particular app version
- cozy-stack instances show-db-prefix - Show the instance DB prefix of the specified domain
- cozy-stack instances show-swift-prefix - Show the instance swift prefix of the specified domain
- cozy-stack instances token-app - Generate a new application token
- cozy-stack instances token-cli - Generate a new CLI access token (global access)
- cozy-stack instances token-konnector - Generate a new konnector token
- cozy-stack instances token-oauth - Generate a new OAuth access token