context
Usage
matatika context [OPTIONS] COMMAND [ARGS]...
Description
Base context command
Options
Short Name | Long Name | Type | Description |
---|---|---|---|
N/A | --help |
N/A | Show this message and exit. |
Commands
Alias | Description |
---|---|
create |
Create a new context |
delete |
Delete a context |
info |
Show the default context |
list |
List all configured contexts |
update |
Update the default context |
use |
Set a default context |
Sub-Commands
list
Usage
matatika context list [OPTIONS]
Description
Lists all configured contexts
Options
Short Name | Long Name | Type | Description |
---|---|---|---|
N/A | --help |
N/A | Show this message and exit. |
create
Usage
matatika context create [OPTIONS] CONTEXT_NAME
Description
Creates a new context
Options
Short Name | Long Name | Type | Description |
---|---|---|---|
-a |
--auth-token |
TEXT |
Authentication token |
-i |
--client-id |
TEXT |
Client ID |
-s |
--client-secret |
TEXT |
Client secret |
-e |
--endpoint-url |
TEXT |
Endpoint URL |
-w |
--workspace-id |
UUID |
Workspace ID |
N/A | --help |
N/A | Show this message and exit. |
use
Usage
matatika context use [OPTIONS] CONTEXT_NAME
Description
Set a context to use by default
Options
Short Name | Long Name | Type | Description |
---|---|---|---|
N/A | --help |
N/A | Show this message and exit. |
info
Usage
matatika context info [OPTIONS]
Description
Shows the default context
Options
Short Name | Long Name | Type | Description |
---|---|---|---|
N/A | --help |
N/A | Show this message and exit. |
update
Usage
matatika context update [OPTIONS]
Description
Updates the default context
Options
Short Name | Long Name | Type | Description |
---|---|---|---|
-a |
--auth-token |
TEXT |
Authentication token |
-i |
--client-id |
TEXT |
Client ID |
-s |
--client-secret |
TEXT |
Client secret |
-e |
--endpoint-url |
TEXT |
Endpoint URL |
-w |
--workspace-id |
UUID |
Workspace ID |
N/A | --help |
N/A | Show this message and exit. |
delete
Usage
matatika context delete [OPTIONS] CONTEXT_NAME
Description
Deletes an existing context
Options
Short Name | Long Name | Type | Description |
---|---|---|---|
N/A | --help |
N/A | Show this message and exit. |