CLI
Account
Account and API key operations
Account and API key operations
account › api-keys
API key management
| Option | Description |
|---|---|
-h, --help | display help for command |
account › api-keys › create
Create a new API key
| Option | Description |
|---|---|
--name <name> | Display name for the key |
-h, --help | display help for command |
$ bytekit account api-keys create --name <name>account › api-keys › list
List all API keys
| Option | Description |
|---|---|
-h, --help | display help for command |
$ bytekit account api-keys listaccount › api-keys › get
Get an API key by ID
| Option | Description |
|---|---|
-h, --help | display help for command |
$ bytekit account api-keys get <id>account › api-keys › update
Update an API key
| Option | Description |
|---|---|
--name <name> | New display name |
-h, --help | display help for command |
$ bytekit account api-keys update <id> --name <name>account › api-keys › revoke
Revoke an API key (idempotent)
| Option | Description |
|---|---|
-h, --help | display help for command |
$ bytekit account api-keys revoke <id>account › get
Get the authenticated account
| Option | Description |
|---|---|
-h, --help | display help for command |
$ bytekit account get