exordos#
Provides all the necessary tools for work with Exordos Platform
Usage#
Usage: exordos [OPTIONS] COMMAND [ARGS]...
Options#
config:- Type: file
- Default:
/home/user/.exordos/exordosctl.yaml - Usage:
--config
Path to YAML config file
endpoint:- Type: text
- Default:
http://localhost:11010 - Usage:
-e --endpoint
Exordos API endpoint
user:- Type: text
- Default:
none - Usage:
-u --user
Client user name
password:- Type: text
- Default:
none - Usage:
-p --password
Password for the client user
access_token:- Type: text
- Default:
none - Usage:
-a --access_token
access token for the client user
refresh_token:- Type: text
- Default:
none - Usage:
--refresh_token
refresh token for the client user
realm:- Type: text
- Default:
sentinel.unset - Usage:
-r --realm
Name of the realm
context:- Type: text
- Default:
sentinel.unset - Usage:
-c --context
Name of the context
project_id:- Type: uuid
- Default:
none - Usage:
-P --project-id
Project ID for the client user
verbose:- Type: boolean
- Default:
false - Usage:
-vvv --verbose
Verbose logs
developer_key_path:- Type: text
- Default:
none - Usage:
-i --developer-key-path
Path to developer public key
silent:- Type: boolean
- Default:
false - Usage:
-s --silent
Do not print messages, warnings or errors
help:- Type: boolean
- Default:
false - Usage:
--help
Show this message and exit.
CLI Help#
Usage: exordos [OPTIONS] COMMAND [ARGS]...