Auth
co auth
Section titled “co auth”Account related operations.
Options
-h, --help help for authco auth enter-reset-password
Section titled “co auth enter-reset-password”Enter your password and reset hash to update your password
co auth enter-reset-password [flags]Options
-e, --email string user email
--hash string password reset hash that was sent to your email
-h, --help help for enter-reset-password
-p, --newPassword string new password to useco auth get-org-name
Section titled “co auth get-org-name”Show your organization name
co auth get-org-name [flags]Options
-h, --help help for get-org-nameco auth invite
Section titled “co auth invite”Invite related operations.
Options
-h, --help help for inviteco auth invite create-invite-link
Section titled “co auth invite create-invite-link”Create an invite link.
co auth invite create-invite-link [flags]Options
-e, --expiry string expiry of the invite, one of NEVER|THIRTY_MINUTES|ONE_HOUR|SIX_HOURS|TWELVE_HOURS|ONE_DAY (default "ONE_HOUR")
-h, --help help for create-invite-link
-m, --max-users int maximum number of users that can use this invite (default 1)
-o, --organization string organization name
-r, --role string role to invite, one of ORG_ADMIN|USER (default "USER")co auth invite invite-user
Section titled “co auth invite invite-user”Invite one user.
co auth invite invite-user [flags]Options
-e, --email string user email
--expiry string expiry of the invite, one of NEVER|THIRTY_MINUTES|ONE_HOUR|SIX_HOURS|TWELVE_HOURS|ONE_DAY (default "ONE_HOUR")
-h, --help help for invite-user
-o, --organization string organization name
-r, --role string role to invite, one of ORG_ADMIN|USER (default "USER")co auth invite list
Section titled “co auth invite list”List your invites.
co auth invite list [flags]Options
-h, --help help for listco auth login
Section titled “co auth login”Retrieve an authentication token from the Cohere Platform to make privileged requests.
co auth login [flags]Options
-e, --email string user email
-h, --help help for login
-p, --password string your password in plaintext, please use the secure promptco auth register
Section titled “co auth register”Register for blobheart
co auth register [flags]Options
-e, --email string user email
-h, --help help for register
-i, --invite-hash string invite hash
-p, --password string your passwordco auth reset-password
Section titled “co auth reset-password”Request for your password to be reset
co auth reset-password [flags]Options
-e, --email string user email
-h, --help help for reset-password