Usage
Aliases
fleets
Commands
| Command | Description |
|---|---|
idyl fleet add-node | Add a node to a fleet |
idyl fleet create | Create a fleet |
idyl fleet edit | Edit a fleet |
idyl fleet get | Get fleet details or list fleets |
idyl fleet list-nodes | List fleet nodes |
idyl fleet remove-node | Remove a node from a fleet |
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 fleet add-node
Add a node to a provider fleet.
Provider fleet admission is enforced from these database rows. A node may
join a subnet through a fleet grant only when the node is an active member of
that fleet.
Usage
Flags
| Flag | Description |
|---|---|
--fleet <string> | Required. Fleet ID |
--node <string> | Required. Node ID |
-o <string>, --output <string> | Output format: table, json, yaml Default: table. |
Examples
idyl fleet create
Create a fleet
Usage
Flags
| Flag | Description |
|---|---|
--name <string> | Required. Fleet display name |
-o <string>, --output <string> | Output format: table, json, yaml Default: table. |
idyl fleet edit
Edit a fleet
Usage
Aliases
rename
Flags
| Flag | Description |
|---|---|
-o <string>, --output <string> | Output format: table, json, yaml Default: table. |
--set-name <string> | Set the fleet display name |
idyl fleet get
Get fleet details or list fleets
Usage
Aliases
listls
Flags
| Flag | Description |
|---|---|
-o <string>, --output <string> | Output format: table, json, yaml Default: table. |
idyl fleet list-nodes
List fleet nodes
Usage
Aliases
ls-nodesget-nodes
Flags
| Flag | Description |
|---|---|
--fleet <string> | Required. Fleet ID |
-o <string>, --output <string> | Output format: table, json, yaml Default: table. |
idyl fleet remove-node
Remove a node from a fleet
Usage
Flags
| Flag | Description |
|---|---|
--fleet <string> | Required. Fleet ID |
--node <string> | Required. Node ID |

