cec config add
Configure a new connection to a running server and persist credentials locally
Synopsis¶
DESCRIPTION
Launch an interactive process to configure a connection to a running Cells server. By default, we use a secure OAuth2 process based on 'Authorization Code' Grant.
If necessary, you might use an alternative authorization process and/or execute this process non-interactively calling one of the defined sub-commands.
Once a connection with the server is established, it stores necessary information locally, keeping the sensitive bits encrypted in the client machine keyring. If you want to forget a connection, the config file and keyring can be cleant out by calling the 'config rm' subcommand.
WARNING
If no keyring is defined in the client machine, all information is stored in clear text in a config file of the working directory.
Options¶
Options inherited from parent commands¶
SEE ALSO¶
- ./cec config - Manage authentication profiles
- ./cec config add client-auth - Connect to the server using Client Credentials
- ./cec config add oauth - Use OAuth2 credential flow to login to the server
- ./cec config add token - Configure Authentication using a Personal Access Token
Auto generated by Cells Client v4.2.1 on 4-Nov-2024