Usage
Aliases
namespacesns
Commands
| Command | Description |
|---|---|
idyl namespace create | Create a new namespace |
idyl namespace delete | Delete a namespace |
idyl namespace edit | Edit a namespace |
idyl namespace get | Get namespace details or list all namespaces |
idyl namespace show | Show current namespace details |
Inherited flags
| Flag | Description |
|---|---|
-a <string>, --account-id <string> | Account ID to use (overrides context) |
-c <string>, --context <string> | Use specific context |
--homedir <string> | Override config directory (default: ~/.idyl) |
-n <string>, --namespace <string> | Namespace to use |
-o <string>, --output <string> | Output format (json|yaml) |
-p <string>, --profile <string> | Override profile |
--realm <string> | Override realm |
--subnet <string> | Override context subnet for this command |
Examples
Subcommand reference
idyl namespace create
Create a new namespace in your account.
Namespace names must be lowercase alphanumeric with hyphens, between 1-63 characters.
Usage
Flags
| Flag | Description |
|---|---|
--description <string> | Description of the namespace |
-o <string>, --output <string> | Output format: table, json, yaml Default: table. |
Examples
idyl namespace delete
Delete a namespace from your account.
The ‘default’ namespace cannot be deleted.
You will be prompted for confirmation unless the —yes flag is provided.
Usage
Flags
| Flag | Description |
|---|---|
-y, --yes | Skip confirmation prompts |
Examples
idyl namespace edit
Edit a namespace’s settings.
Usage
Flags
| Flag | Description |
|---|---|
-o <string>, --output <string> | Output format: table, json, yaml Default: table. |
--set-description <string> | Set the namespace description |
Examples
idyl namespace get
Get details of a specific namespace, or list all namespaces in your account.
With no arguments, lists all namespaces.
With a name argument, gets details of that specific namespace.
Usage
Aliases
listls
Flags
| Flag | Description |
|---|---|
--limit <int> | Maximum number of namespaces to list Default: 20. |
--offset <int> | Number of namespaces to skip Default: 0. |
-o <string>, --output <string> | Output format: table, json, yaml Default: table. |
Examples
idyl namespace show
Show details of the current namespace from the active context.
Respects —namespace, —account-id, and —context flags.
Usage
Flags
| Flag | Description |
|---|---|
-o <string>, --output <string> | Output format: table, json, yaml Default: table. |

