You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.
Running the cli 0.18, I notice there is no filter in the disk list command to only see disk attached to VMs or disk fully detached.
The list method for IP have these filter and it is usefull:
$ gandi ip list --help | grep tach ;
--attached Only display attached ip.
--detached Only display detached ip.
The current help for disk list command:
$ gandi disk list --help
Usage: gandi disk list [OPTIONS]
List disks.
Options:
--only-data Only display data disks.
--only-snapshot Only display snapshots.
--type Display types.
--id Display ids.
--vm Display vms.
--snapshotprofile Display snapshot profile.
--datacenter [FR-SD2|US-BA1|LU-BI1|FR|US|LU]
Filter results by datacenter.
--limit INTEGER Limit number of results. [default: 100]
--help Show this message and exit.
What I like to have
$ gandi disk list --help | grep tach
--attached Only display attached disks to VM.
--detached Only display detached disks.
The text was updated successfully, but these errors were encountered:
Current
Running the cli 0.18, I notice there is no filter in the disk list command to only see disk attached to VMs or disk fully detached.
The list method for IP have these filter and it is usefull:
The current help for disk list command:
What I like to have
The text was updated successfully, but these errors were encountered: