Skip to content

Accounts

Manage user accounts.

Alias: account

Current Account

bnerd accounts me

Shows your current account information. See also bnerd whoami for a quick check.

List Accounts

bnerd accounts list

Alias: ls

Get Account Details

bnerd accounts get <account-id>

Update Account

bnerd accounts update <account-id> [flags]
Flag Type Description
--name string Account name
--email string Account email
--language string Account language

Delete Account

bnerd accounts delete <account-id>

Quick Identity Check

bnerd whoami

Shows your current account details and confirms your token is valid. This is the quickest way to verify authentication.

Examples

# Check who you are
bnerd whoami

# View your account
bnerd accounts me

# Update your name
bnerd accounts update <account-id> --name "New Name"