cec config
Manage authentication profiles
Synopsis
Manage authentication profiles
./cec config [flags]
Options
-h, --help help for config
Options inherited from parent commands
--config string Location of Cells Client's config files (default: /home/teamcity/.config/pydio/cells-client/config.json)
--log string change log level (default: info) (default "info")
--login string The user login, for Client auth only
--no-cache Force token refresh at each call. This might slow down scripts with many calls
--password string The user password, for Client auth only
--skip-keyring Explicitly tell the tool to *NOT* try to use a keyring, even if present. Warning: sensitive information will be stored in clear text
--skip-verify By default the Cells Client verifies the validity of TLS certificates for each communication. This option skips TLS certificate verification
-t, --token string A valid Personal Access Token (PAT)
-u, --url string The full URL of the target server
SEE ALSO
- ./cec - Connect to a Pydio Cells server using the command line
- ./cec config add - Configure a new connection to a running server and persist credentials locally
- ./cec config check-keyring - Try to store and retrieve a dummy value in the local keyring to test it
- ./cec config ls - List the current authentication profiles
- ./cec config rm - Remove a profile from the local storage
- ./cec config use - Define one of the authentication profiles as the current active one