Organization#

rio organization#

Organizations in rapyuta.io

rio organization [OPTIONS] COMMAND [ARGS]...

inspect#

Inspect an organization

rio organization inspect [OPTIONS] ORGANIZATION_NAME

Options

-f, --format <format_type>#
Options:

json | yaml

Arguments

ORGANIZATION_NAME#

Required argument

invite-user#

Invite a new user to the current organization

rio organization invite-user [OPTIONS] USER_EMAIL

Arguments

USER_EMAIL#

Required argument

list#

List all the organizations that you are a part of

Example:

rio organization list

rio organization list [OPTIONS]

remove-user#

Remove a user from the current organization

rio organization remove-user [OPTIONS] USER_EMAIL

Arguments

USER_EMAIL#

Required argument

select#

Sets the current organization to the one provided in the argument and prompts you to select a new project in the changed organization

Example:

rio organization select other-org

rio organization select [OPTIONS] ORGANIZATION_NAME

Options

--interactive, --interactive, --no-interactive, --silent#

Make the selection interactive

Arguments

ORGANIZATION_NAME#

Required argument

users#

Lists all users in the organization.

rio organization users [OPTIONS]