Usage
Commands
| Command | Description |
|---|---|
idyl sname bind | Bind a name to a subnet |
idyl sname get | Get subnet name details or list all |
idyl sname release | Release a subnet name |
idyl sname transfer | Transfer a name to another account |
idyl sname unbind | Unbind a name from its subnet |
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 sname bind
Point a subnet name at a subnet slug.
Usage
Flags
| Flag | Description |
|---|---|
-o <string>, --output <string> | Output format: table, json, yaml Default: table. |
--subnet <string> | Required. Subnet slug to bind the name to |
Examples
idyl sname get
Get details of a specific subnet name, or list all owned names.
Usage
Aliases
listls
Flags
| Flag | Description |
|---|---|
-o <string>, --output <string> | Output format: table, json, yaml Default: table. |
Examples
idyl sname release
Release (delete) a subnet name, making it available for others.
You will be prompted for confirmation unless the —yes flag is provided.
Usage
Flags
| Flag | Description |
|---|---|
-y, --yes | Skip confirmation prompts |
Examples
idyl sname transfer
Transfer ownership of a subnet name to another account.
Usage
Flags
| Flag | Description |
|---|---|
-o <string>, --output <string> | Output format: table, json, yaml Default: table. |
--to-account-id <string> | Required. Account ID to transfer the name to |
Examples
idyl sname unbind
Detach a subnet name from its currently bound subnet.
Usage
Flags
| Flag | Description |
|---|---|
-o <string>, --output <string> | Output format: table, json, yaml Default: table. |

