project list
Retrieve a list of projects.
Usage:
Options:
--token TEXT
: The authentication token.--loglevel [debug|default|info|warning|error|critical]
: The log level to use. [default: info]-j, --json
: Whether to output the result in json format.--help
: Show this message and exit.
project create
Create a new project.
Usage:
Arguments:
NAME
: The name of the project. [required]
Options:
--token TEXT
: The authentication token.--loglevel [debug|default|info|warning|error|critical]
: The log level to use. [default: info]-j, --json
: Whether to output the result in json format.--help
: Show this message and exit.
project select
Select a project.
Usage:
Arguments:
PROJECT
: The project ID to select. [required]
Options:
--token TEXT
: The authentication token.--loglevel [debug|default|info|warning|error|critical]
: The log level to use. [default: info]--help
: Show this message and exit.
project invite
Invite a user to a project.
Usage:
Arguments:
ROLE
: The role ID to assign to the user. [required]USER
: The user ID to invite. [required]
Options:
--token TEXT
: The authentication token.--loglevel [debug|default|info|warning|error|critical]
: The log level to use. [default: info]--help
: Show this message and exit.
project usage
Retrieve the usage statistics for a project.
Usage:
Options:
--project-id TEXT
: The ID of the project. If not provided, the selected project will be used. If no project is selected, it throws an error.--token TEXT
: The authentication token.--loglevel [debug|default|info|warning|error|critical]
: The log level to use. [default: info]-j, --json
: Whether to output the result in JSON format.--help
: Show this message and exit.
project role-permissions
Retrieve the permissions for a specific role in a project.
Usage:
Arguments:
ROLE_ID
: The ID of the role. [required]
Options:
--project-id TEXT
: The ID of the project. If not provided, the selected project will be used. If no project is selected, it throws an error.--token TEXT
: The authentication token.--loglevel [debug|default|info|warning|error|critical]
: The log level to use. [default: info]-j, --json
: Whether to output the result in json format.--help
: Show this message and exit.
project users
Retrieve the users for a project.
Usage:
Options:
--project-id TEXT
: The ID of the project. If not provided, the selected project will be used. If no project is selected, it throws an error.--token TEXT
: The authentication token.--loglevel [debug|default|info|warning|error|critical]
: The log level to use. [default: info]-j, --json
: Whether to output the result in json format.--help
: Show this message and exit.