Ssh-key operations.
Ssh-key operations: get, list, update, delete.
-h, --help help for ssh-key
--api-url string Override default API endpoint (default "https://api.cherryservers.com/v1/")
--config string Path to JSON or YAML configuration file
--context string Specify a custom context name (default "default")
--fields strings Comma separated object field names to output in result. Fields can be used for list and get actions.
-o, --output string Output format (*table, json, yaml)
--token string API Token (CHERRY_AUTH_TOKEN)
- cherryctl - Cherry Servers Command Line Interface (CLI)
- cherryctl ssh-key create - Adds an SSH key for the current user's account.
- cherryctl ssh-key delete - Deletes an SSH key.
- cherryctl ssh-key get - Retrieves ssh-key details.
- cherryctl ssh-key list - Retrieves project members ssh-keys details.
- cherryctl ssh-key update - Updates an SSH key.