From ce7685b738c12f0304169534043666643f0be1c2 Mon Sep 17 00:00:00 2001 From: Marques Johansson Date: Sat, 29 Aug 2020 17:39:21 -0400 Subject: [PATCH] update markdown docs for new global args Signed-off-by: Marques Johansson --- docs/packet.md | 8 ++++++-- docs/packet_2fa.md | 6 +++++- docs/packet_2fa_disable.md | 6 +++++- docs/packet_2fa_enable.md | 6 +++++- docs/packet_2fa_receive.md | 6 +++++- docs/packet_capacity.md | 6 +++++- docs/packet_capacity_check.md | 8 +++++--- docs/packet_capacity_get.md | 8 +++++--- docs/packet_device.md | 6 +++++- docs/packet_device_create.md | 8 +++++--- docs/packet_device_delete.md | 6 +++++- docs/packet_device_get.md | 8 +++++--- docs/packet_device_reboot.md | 6 +++++- docs/packet_device_start.md | 6 +++++- docs/packet_device_stop.md | 6 +++++- docs/packet_device_update.md | 6 +++++- docs/packet_event.md | 6 +++++- docs/packet_event_get.md | 10 +++++++--- docs/packet_facilities.md | 6 +++++- docs/packet_facilities_get.md | 8 +++++--- docs/packet_hardware-reservation.md | 6 +++++- docs/packet_hardware-reservation_get.md | 10 +++++++--- docs/packet_hardware-reservation_move.md | 6 +++++- docs/packet_ip.md | 6 +++++- docs/packet_ip_assign.md | 6 +++++- docs/packet_ip_available.md | 6 +++++- docs/packet_ip_get.md | 8 +++++--- docs/packet_ip_remove.md | 6 +++++- docs/packet_ip_request.md | 6 +++++- docs/packet_ip_unassign.md | 6 +++++- docs/packet_operating-systems.md | 6 +++++- docs/packet_operating-systems_get.md | 8 +++++--- docs/packet_organization.md | 6 +++++- docs/packet_organization_create.md | 8 +++++--- docs/packet_organization_delete.md | 6 +++++- docs/packet_organization_get.md | 8 +++++--- docs/packet_organization_get_payment-methods.md | 8 +++++--- docs/packet_organization_update.md | 6 +++++- docs/packet_plan.md | 6 +++++- docs/packet_plan_get.md | 8 +++++--- docs/packet_project.md | 6 +++++- docs/packet_project_create.md | 8 +++++--- docs/packet_project_delete.md | 6 +++++- docs/packet_project_get.md | 10 +++++++--- docs/packet_project_update.md | 6 +++++- docs/packet_ssh-key.md | 6 +++++- docs/packet_ssh-key_create.md | 8 +++++--- docs/packet_ssh-key_delete.md | 6 +++++- docs/packet_ssh-key_get.md | 8 +++++--- docs/packet_ssh-key_update.md | 6 +++++- docs/packet_user.md | 6 +++++- docs/packet_user_get.md | 8 +++++--- docs/packet_virtual-network.md | 6 +++++- docs/packet_virtual-network_create.md | 8 +++++--- docs/packet_virtual-network_delete.md | 6 +++++- docs/packet_virtual-network_get.md | 8 +++++--- docs/packet_volume.md | 6 +++++- docs/packet_volume_attach.md | 6 +++++- docs/packet_volume_create.md | 8 +++++--- docs/packet_volume_delete.md | 6 +++++- docs/packet_volume_detach.md | 6 +++++- docs/packet_volume_get.md | 8 +++++--- docs/packet_vpn.md | 6 +++++- docs/packet_vpn_disable.md | 6 +++++- docs/packet_vpn_enable.md | 6 +++++- docs/packet_vpn_get.md | 8 +++++--- 66 files changed, 337 insertions(+), 113 deletions(-) diff --git a/docs/packet.md b/docs/packet.md index cadee177..dc39abfd 100644 --- a/docs/packet.md +++ b/docs/packet.md @@ -9,8 +9,12 @@ Command line interface for Packet Host ### Options ``` - --config string Path to JSON or YAML configuration file - -h, --help help for packet + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + -h, --help help for packet + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_2fa.md b/docs/packet_2fa.md index 5def4eee..e1084465 100644 --- a/docs/packet_2fa.md +++ b/docs/packet_2fa.md @@ -15,7 +15,11 @@ Two Factor Authentication operations: enable, disable, receive ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_2fa_disable.md b/docs/packet_2fa_disable.md index 97acf6c5..414b3bb1 100644 --- a/docs/packet_2fa_disable.md +++ b/docs/packet_2fa_disable.md @@ -29,7 +29,11 @@ packet 2fa disable [flags] ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_2fa_enable.md b/docs/packet_2fa_enable.md index f65a3c13..c7023d34 100644 --- a/docs/packet_2fa_enable.md +++ b/docs/packet_2fa_enable.md @@ -29,7 +29,11 @@ packet 2fa enable [flags] ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_2fa_receive.md b/docs/packet_2fa_receive.md index 0d8e9950..61878656 100644 --- a/docs/packet_2fa_receive.md +++ b/docs/packet_2fa_receive.md @@ -28,7 +28,11 @@ packet 2fa receive [flags] ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_capacity.md b/docs/packet_capacity.md index 426ca193..ed6dc5d0 100644 --- a/docs/packet_capacity.md +++ b/docs/packet_capacity.md @@ -15,7 +15,11 @@ Capacities operations: get, check ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_capacity_check.md b/docs/packet_capacity_check.md index b7b87fc3..002180fd 100644 --- a/docs/packet_capacity_check.md +++ b/docs/packet_capacity_check.md @@ -19,16 +19,18 @@ packet capacity check [flags] ``` -f, --facility string Code of the facility -h, --help help for check - -j, --json JSON output -p, --plan string Name of the plan -q, --quantity int Number of devices wanted - -y, --yaml YAML output ``` ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_capacity_get.md b/docs/packet_capacity_get.md index a925452e..530d7fbd 100644 --- a/docs/packet_capacity_get.md +++ b/docs/packet_capacity_get.md @@ -17,14 +17,16 @@ packet capacity get [flags] ``` -h, --help help for get - -j, --json JSON output - -y, --yaml YAML output ``` ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_device.md b/docs/packet_device.md index 35c90284..71945c7a 100644 --- a/docs/packet_device.md +++ b/docs/packet_device.md @@ -15,7 +15,11 @@ Device operations: create, delete, update, start/stop, reboot and get. ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_device_create.md b/docs/packet_device_create.md index 4e6499ce..9ab6afd6 100644 --- a/docs/packet_device_create.md +++ b/docs/packet_device_create.md @@ -25,7 +25,6 @@ packet device create [flags] -h, --help help for create -H, --hostname string Hostname -i, --ipxe-script-url string URL to the iPXE script - -j, --json JSON output -o, --operating-system string Operating system name for the device -P, --plan string Name of the plan -p, --project-id string UUID of the project where the device will be created @@ -36,13 +35,16 @@ packet device create [flags] -t, --tags strings Tags for the device: --tags="tag1,tag2" -T, --termination-time string Device termination time: --termination-time="15:04:05" -u, --userdata string User data - -y, --yaml YAML output ``` ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_device_delete.md b/docs/packet_device_delete.md index b45455e8..f1b4b03d 100644 --- a/docs/packet_device_delete.md +++ b/docs/packet_device_delete.md @@ -25,7 +25,11 @@ packet device delete [flags] ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_device_get.md b/docs/packet_device_get.md index 6780e128..a16aaa65 100644 --- a/docs/packet_device_get.md +++ b/docs/packet_device_get.md @@ -19,15 +19,17 @@ packet device get [flags] ``` -h, --help help for get -i, --id string UUID of the device - -j, --json JSON output -p, --project-id string UUID of the project - -y, --yaml YAML output ``` ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_device_reboot.md b/docs/packet_device_reboot.md index 863abea7..e10bf13c 100644 --- a/docs/packet_device_reboot.md +++ b/docs/packet_device_reboot.md @@ -24,7 +24,11 @@ packet device reboot [flags] ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_device_start.md b/docs/packet_device_start.md index eb23a290..21454920 100644 --- a/docs/packet_device_start.md +++ b/docs/packet_device_start.md @@ -24,7 +24,11 @@ packet device start [flags] ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_device_stop.md b/docs/packet_device_stop.md index 4d39d8f3..998728da 100644 --- a/docs/packet_device_stop.md +++ b/docs/packet_device_stop.md @@ -24,7 +24,11 @@ packet device stop [flags] ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_device_update.md b/docs/packet_device_update.md index 532f71d4..423ecaa4 100644 --- a/docs/packet_device_update.md +++ b/docs/packet_device_update.md @@ -32,7 +32,11 @@ packet device update [flags] ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_event.md b/docs/packet_event.md index c8a3d4a5..99497eca 100644 --- a/docs/packet_event.md +++ b/docs/packet_event.md @@ -15,7 +15,11 @@ Events operations: get ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_event_get.md b/docs/packet_event_get.md index 724855a6..911787cc 100644 --- a/docs/packet_event_get.md +++ b/docs/packet_event_get.md @@ -23,6 +23,8 @@ packet event get -d [device_UUID] Retrieve all events of a current user: packet event get +When using "--json" or "--yaml", "--include=relationships" is implied. + ``` packet event get [flags] @@ -34,16 +36,18 @@ packet event get [flags] -d, --device-id string UUID of the device -h, --help help for get -i, --id string UUID of the event - -j, --json JSON output -o, --organization-id string UUID of the organization -p, --project-id string UUID of the project - -y, --yaml YAML output ``` ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_facilities.md b/docs/packet_facilities.md index 9d539c09..136208af 100644 --- a/docs/packet_facilities.md +++ b/docs/packet_facilities.md @@ -15,7 +15,11 @@ Facility operations: get ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_facilities_get.md b/docs/packet_facilities_get.md index 447c9555..cb61e8cc 100644 --- a/docs/packet_facilities_get.md +++ b/docs/packet_facilities_get.md @@ -18,14 +18,16 @@ packet facilities get [flags] ``` -h, --help help for get - -j, --json -j or --json JSON output - -y, --yaml -y or --yaml YAML output ``` ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_hardware-reservation.md b/docs/packet_hardware-reservation.md index 396409c8..78f7de72 100644 --- a/docs/packet_hardware-reservation.md +++ b/docs/packet_hardware-reservation.md @@ -15,7 +15,11 @@ Hardware reservation operations: get, move ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_hardware-reservation_get.md b/docs/packet_hardware-reservation_get.md index ee4b74fb..a1835a71 100644 --- a/docs/packet_hardware-reservation_get.md +++ b/docs/packet_hardware-reservation_get.md @@ -8,6 +8,8 @@ Example: Retrieve all hardware reservations of a project: packet hardware_reservations get -p [project_id] + +When using "--json" or "--yaml", "--include=project,facility,device" is implied. ``` @@ -19,15 +21,17 @@ packet hardware-reservation get [flags] ``` -h, --help help for get -i, --id string UUID of the hardware reservation - -j, --json JSON output -p, --project-id string UUID of the project - -y, --yaml YAML output ``` ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_hardware-reservation_move.md b/docs/packet_hardware-reservation_move.md index 7a9d33ca..fbe9bc32 100644 --- a/docs/packet_hardware-reservation_move.md +++ b/docs/packet_hardware-reservation_move.md @@ -24,7 +24,11 @@ packet hardware-reservation move [flags] ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_ip.md b/docs/packet_ip.md index 8e496c0a..78d837ba 100644 --- a/docs/packet_ip.md +++ b/docs/packet_ip.md @@ -15,7 +15,11 @@ IP address, reservations and assignment operations: assign, unassign, remove, av ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_ip_assign.md b/docs/packet_ip_assign.md index 1505410e..23783dd9 100644 --- a/docs/packet_ip_assign.md +++ b/docs/packet_ip_assign.md @@ -25,7 +25,11 @@ packet ip assign [flags] ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_ip_available.md b/docs/packet_ip_available.md index 9120f82b..fcf4c49f 100644 --- a/docs/packet_ip_available.md +++ b/docs/packet_ip_available.md @@ -25,7 +25,11 @@ packet ip available [flags] ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_ip_get.md b/docs/packet_ip_get.md index 78fd6200..7c2b96a0 100644 --- a/docs/packet_ip_get.md +++ b/docs/packet_ip_get.md @@ -29,16 +29,18 @@ packet ip get [flags] ``` -a, --assignment-id string UUID of the assignment -h, --help help for get - -j, --json JSON output -p, --project-id string UUID of the project -r, --reservation-id string UUID of the reservation - -y, --yaml YAML output ``` ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_ip_remove.md b/docs/packet_ip_remove.md index 91f4d040..773b1b84 100644 --- a/docs/packet_ip_remove.md +++ b/docs/packet_ip_remove.md @@ -24,7 +24,11 @@ packet ip remove [flags] ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_ip_request.md b/docs/packet_ip_request.md index 61ff64d1..cd10b3c7 100644 --- a/docs/packet_ip_request.md +++ b/docs/packet_ip_request.md @@ -28,7 +28,11 @@ packet ip request [flags] ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_ip_unassign.md b/docs/packet_ip_unassign.md index 736005ee..8e7dc830 100644 --- a/docs/packet_ip_unassign.md +++ b/docs/packet_ip_unassign.md @@ -24,7 +24,11 @@ packet ip unassign [flags] ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_operating-systems.md b/docs/packet_operating-systems.md index 3cbea291..990caeb0 100644 --- a/docs/packet_operating-systems.md +++ b/docs/packet_operating-systems.md @@ -15,7 +15,11 @@ Operating system operations: get ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_operating-systems_get.md b/docs/packet_operating-systems_get.md index 1e2f51f1..f8bcd84b 100644 --- a/docs/packet_operating-systems_get.md +++ b/docs/packet_operating-systems_get.md @@ -15,14 +15,16 @@ packet operating-systems get [flags] ``` -h, --help help for get - -j, --json JSON output - -y, --yaml YAML output ``` ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_organization.md b/docs/packet_organization.md index 32245293..0eb6fc5d 100644 --- a/docs/packet_organization.md +++ b/docs/packet_organization.md @@ -15,7 +15,11 @@ Organization operations: create, update, delete and get ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_organization_create.md b/docs/packet_organization_create.md index 9305561d..1471b112 100644 --- a/docs/packet_organization_create.md +++ b/docs/packet_organization_create.md @@ -19,18 +19,20 @@ packet organization create [flags] ``` -d, --description string Description of the organization -h, --help help for create - -j, --json JSON output -l, --logo string Logo URL] -n, --name string Name of the organization -t, --twitter string Twitter URL of the organization -w, --website string Website URL of the organization - -y, --yaml YAML output ``` ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_organization_delete.md b/docs/packet_organization_delete.md index e10e0d0a..d7b7ccf3 100644 --- a/docs/packet_organization_delete.md +++ b/docs/packet_organization_delete.md @@ -25,7 +25,11 @@ packet organization delete [flags] ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_organization_get.md b/docs/packet_organization_get.md index e10adbf5..9cff3f98 100644 --- a/docs/packet_organization_get.md +++ b/docs/packet_organization_get.md @@ -22,15 +22,17 @@ packet organization get [flags] ``` -h, --help help for get - -j, --json JSON output -i, --organization-id string UUID of the organization - -y, --yaml YAML output ``` ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_organization_get_payment-methods.md b/docs/packet_organization_get_payment-methods.md index 92bf5543..b36177c9 100644 --- a/docs/packet_organization_get_payment-methods.md +++ b/docs/packet_organization_get_payment-methods.md @@ -24,9 +24,11 @@ packet organization get payment-methods [flags] ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file - -j, --json JSON output - -y, --yaml YAML output + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_organization_update.md b/docs/packet_organization_update.md index c6a62c8e..fea0f7a5 100644 --- a/docs/packet_organization_update.md +++ b/docs/packet_organization_update.md @@ -29,7 +29,11 @@ packet organization update [flags] ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_plan.md b/docs/packet_plan.md index cfcab144..c14a98b5 100644 --- a/docs/packet_plan.md +++ b/docs/packet_plan.md @@ -15,7 +15,11 @@ Plan operations: get ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_plan_get.md b/docs/packet_plan_get.md index 532cbdae..aad02231 100644 --- a/docs/packet_plan_get.md +++ b/docs/packet_plan_get.md @@ -18,14 +18,16 @@ packet plan get [flags] ``` -h, --help help for get - -j, --json JSON output - -y, --yaml YAML output ``` ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_project.md b/docs/packet_project.md index 6b0c3156..74b2d7fd 100644 --- a/docs/packet_project.md +++ b/docs/packet_project.md @@ -15,7 +15,11 @@ Project operations: create, delete, update and get ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_project_create.md b/docs/packet_project_create.md index 4d4d80b9..0ebd3179 100644 --- a/docs/packet_project_create.md +++ b/docs/packet_project_create.md @@ -18,17 +18,19 @@ packet project create [flags] ``` -h, --help help for create - -j, --json JSON output -n, --name string Name of the project -o, --organization-id string UUID of the organization -m, --payment-method-id string UUID of the payment method - -y, --yaml YAML output ``` ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_project_delete.md b/docs/packet_project_delete.md index 555e18eb..4beba627 100644 --- a/docs/packet_project_delete.md +++ b/docs/packet_project_delete.md @@ -25,7 +25,11 @@ packet project delete [flags] ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_project_get.md b/docs/packet_project_get.md index 94c56fe5..024234ac 100644 --- a/docs/packet_project_get.md +++ b/docs/packet_project_get.md @@ -12,6 +12,8 @@ packet project get Retrieve a specific project: packet project get -i [project_UUID] packet project get -n [project_name] + +When using "--json" or "--yaml", "--include=members" is implied. ``` @@ -22,16 +24,18 @@ packet project get [flags] ``` -h, --help help for get - -j, --json JSON output -n, --project string Name of the project -i, --project-id string UUID of the project - -y, --yaml YAML output ``` ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_project_update.md b/docs/packet_project_update.md index c0a9c702..0a2ec5cf 100644 --- a/docs/packet_project_update.md +++ b/docs/packet_project_update.md @@ -26,7 +26,11 @@ packet project update [flags] ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_ssh-key.md b/docs/packet_ssh-key.md index 545ae023..174a379a 100644 --- a/docs/packet_ssh-key.md +++ b/docs/packet_ssh-key.md @@ -15,7 +15,11 @@ SSH key operations: create, delete, update and get ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_ssh-key_create.md b/docs/packet_ssh-key_create.md index e4a36717..4cf9085e 100644 --- a/docs/packet_ssh-key_create.md +++ b/docs/packet_ssh-key_create.md @@ -18,16 +18,18 @@ packet ssh-key create [flags] ``` -h, --help help for create - -j, --json JSON output -k, --key string Public SSH key string -l, --label string Name of the SSH key - -y, --yaml YAML output ``` ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_ssh-key_delete.md b/docs/packet_ssh-key_delete.md index ae73d215..a921c513 100644 --- a/docs/packet_ssh-key_delete.md +++ b/docs/packet_ssh-key_delete.md @@ -25,7 +25,11 @@ packet ssh-key delete [flags] ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_ssh-key_get.md b/docs/packet_ssh-key_get.md index d00a1e27..24c2e14f 100644 --- a/docs/packet_ssh-key_get.md +++ b/docs/packet_ssh-key_get.md @@ -23,14 +23,16 @@ packet ssh-key get [flags] ``` -h, --help help for get -i, --id string UUID of the SSH key - -j, --json JSON output - -y, --yaml YAML output ``` ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_ssh-key_update.md b/docs/packet_ssh-key_update.md index b17adf4b..dc62409e 100644 --- a/docs/packet_ssh-key_update.md +++ b/docs/packet_ssh-key_update.md @@ -26,7 +26,11 @@ packet ssh-key update [flags] ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_user.md b/docs/packet_user.md index d052ab1f..caba1301 100644 --- a/docs/packet_user.md +++ b/docs/packet_user.md @@ -15,7 +15,11 @@ User operations: get ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_user_get.md b/docs/packet_user_get.md index 2dffea76..851f55ab 100644 --- a/docs/packet_user_get.md +++ b/docs/packet_user_get.md @@ -23,14 +23,16 @@ packet user get [flags] ``` -h, --help help for get -i, --id string UUID of the user - -j, --json JSON output - -y, --yaml YAML output ``` ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_virtual-network.md b/docs/packet_virtual-network.md index d5b850b2..7f07634a 100644 --- a/docs/packet_virtual-network.md +++ b/docs/packet_virtual-network.md @@ -15,7 +15,11 @@ Virtual network operations: create, delete and get ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_virtual-network_create.md b/docs/packet_virtual-network_create.md index 799ae9b9..d4c92f0c 100644 --- a/docs/packet_virtual-network_create.md +++ b/docs/packet_virtual-network_create.md @@ -20,15 +20,17 @@ packet virtual-network create [flags] -d, --description string Description of the virtual network -f, --facility string Code of the facility -h, --help help for create - -j, --json JSON output -p, --project-id string UUID of the project - -y, --yaml YAML output ``` ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_virtual-network_delete.md b/docs/packet_virtual-network_delete.md index 0c893380..cd1bac04 100644 --- a/docs/packet_virtual-network_delete.md +++ b/docs/packet_virtual-network_delete.md @@ -25,7 +25,11 @@ packet virtual-network delete [flags] ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_virtual-network_get.md b/docs/packet_virtual-network_get.md index 7c86da1b..951333b6 100644 --- a/docs/packet_virtual-network_get.md +++ b/docs/packet_virtual-network_get.md @@ -18,15 +18,17 @@ packet virtual-network get [flags] ``` -h, --help help for get - -j, --json JSON output -p, --project-id string UUID of the project - -y, --yaml YAML output ``` ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_volume.md b/docs/packet_volume.md index f1b24aa1..03e5ab24 100644 --- a/docs/packet_volume.md +++ b/docs/packet_volume.md @@ -15,7 +15,11 @@ Volume operations: create, delete, attach, detach and get ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_volume_attach.md b/docs/packet_volume_attach.md index 0c25ea82..80713013 100644 --- a/docs/packet_volume_attach.md +++ b/docs/packet_volume_attach.md @@ -25,7 +25,11 @@ packet volume attach [flags] ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_volume_create.md b/docs/packet_volume_create.md index 71c67cea..c1d02d8c 100644 --- a/docs/packet_volume_create.md +++ b/docs/packet_volume_create.md @@ -21,18 +21,20 @@ packet volume create [flags] -d, --description string Description of the volume -f, --facility string Code of the facility where the volume will be created -h, --help help for create - -j, --json JSON output -l, --locked Set the volume to be locked -P, --plan string Name of the plan -p, --project-id string UUID of the project -s, --size int Size in GB] - -y, --yaml YAML output ``` ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_volume_delete.md b/docs/packet_volume_delete.md index 0dc2a7c8..9272716f 100644 --- a/docs/packet_volume_delete.md +++ b/docs/packet_volume_delete.md @@ -25,7 +25,11 @@ packet volume delete [flags] ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_volume_detach.md b/docs/packet_volume_detach.md index 4ac133f7..86ed00a7 100644 --- a/docs/packet_volume_detach.md +++ b/docs/packet_volume_detach.md @@ -24,7 +24,11 @@ packet volume detach [flags] ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_volume_get.md b/docs/packet_volume_get.md index 342d7feb..c5adfc70 100644 --- a/docs/packet_volume_get.md +++ b/docs/packet_volume_get.md @@ -23,15 +23,17 @@ packet volume get [flags] ``` -h, --help help for get -i, --id string UUID of the volume - -j, --json JSON output -p, --project-id string UUID of the project - -y, --yaml YAML output ``` ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_vpn.md b/docs/packet_vpn.md index 33be1b00..a4a2b8f9 100644 --- a/docs/packet_vpn.md +++ b/docs/packet_vpn.md @@ -15,7 +15,11 @@ VPN service operations: enable, disable, get ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_vpn_disable.md b/docs/packet_vpn_disable.md index ff16a5ce..0fa001cc 100644 --- a/docs/packet_vpn_disable.md +++ b/docs/packet_vpn_disable.md @@ -23,7 +23,11 @@ packet vpn disable [flags] ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_vpn_enable.md b/docs/packet_vpn_enable.md index 194d7bff..e30a1941 100644 --- a/docs/packet_vpn_enable.md +++ b/docs/packet_vpn_enable.md @@ -23,7 +23,11 @@ packet vpn enable [flags] ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO diff --git a/docs/packet_vpn_get.md b/docs/packet_vpn_get.md index d5914389..f7a94728 100644 --- a/docs/packet_vpn_get.md +++ b/docs/packet_vpn_get.md @@ -19,14 +19,16 @@ packet vpn get [flags] ``` -f, --facility string Code of the facility for which VPN config is to be retrieved -h, --help help for get - -j, --json JSON output - -y, --yaml YAML output ``` ### Options inherited from parent commands ``` - --config string Path to JSON or YAML configuration file + --config string Path to JSON or YAML configuration file + --exclude strings Comma seperated Href references to collapse in results, may be dotted three levels deep + --include strings Comma seperated Href references to expand in results, may be dotted three levels deep + -j, --json JSON output + -y, --yaml YAML output ``` ### SEE ALSO