Authentication#

rio auth#

Account and Login on Rapyuta.io

rio auth [OPTIONS] COMMAND [ARGS]...

login#

Log into your rapyuta.io account using the CLI. This is required to use most commands of the CLI.

You can log in with your email and password or just with and auth token if you already have one.

rio auth login [OPTIONS]

Options

--email <email>#

Email of the rapyuta.io account

--password <password>#

Password for the rapyuta.io account

--organization <organization>#

Context will be set to the organization after authentication

--project <project>#

Context will be set to the project after authentication

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

Make login interactive

--auth-token <auth_token>#

Login with auth token only

logout#

Log out from the Rapyuta.io account using the CLI.

rio auth logout [OPTIONS]

refresh-token#

Refreshes the authentication token after it expires

rio auth refresh-token [OPTIONS]

status#

Shows the login status of the CLI

rio auth status [OPTIONS]

token#

Generates a fresh rapyuta.io auth token

rio auth token [OPTIONS]

Options

--email <email>#

Email of the Rapyuta.io account

--password <password>#

Password for the Rapyuta.io account

--level <level>#

Level of the token. 0 = low, 1 = med, 2 = high