softlayer-python icon indicating copy to clipboard operation
softlayer-python copied to clipboard

Example and some sub features were missing in slcli cdn origin-remove, slcli dedicatedhost create

Open ramkishor-ch opened this issue 2 years ago • 0 comments

  1. ./slcli cdn origin-remove Example was missing, please add it. Example: slcli cdn origin-remove 123456789 "/path/*"

Expected:

./slcli cdn origin-remove --help
Usage: slcli cdn origin-remove [OPTIONS] UNIQUE_ID ORIGIN_PATH

Example:
slcli cdn origin-remove 123456789 "/path/*"

        Removes an origin path for an existing CDN mapping.

┌────┬─────────────┬─────────────────────────────┐
│    │ unique_id   │                             │
│    │ origin_path │                             │
│ -h │ --help      │ Show this message and exit. │
└────┴─────────────┴─────────────────────────────┘
  1. slcli dedicatedhost create a. Options: --force, --size, --test, --vlan-private was missing, please add it. Options: -fo, --force Force operation without confirmation -s, --size Size of the dedicated host, currently only one size is available: 56_CORES_X_242_RAM_X_1_4_TB --test Do not actually create the dedicatedhost -v, --vlan-private The ID of the private VLAN on which you want the dedicated host placed. See: '${COMMAND_NAME} sl vlan list' for reference

Expected:

./slcli dedicatedhost create --help       
Usage: slcli dedicatedhost create [OPTIONS]

        Order/create a dedicated host.

┌────┬──────────────┬──────────────────────────────────────────────────────────┐
│ -H │ --hostname   │ Host portion of the FQDN  [required]                     │
│ -r │ --router     │ Router hostname ex. fcr02a.dal13                         │
│ -D │ --domain     │ Domain portion of the FQDN  [required]                   │
│ -d │ --datacenter │ Datacenter shortname  [required]                         │
│ -f │ --flavor     │ Dedicated Virtual Host flavor  [required]                │
│ -fo │ --force     │ Force operation without confirmation                │
│ -s │ --size     │ Size of the dedicated host, currently only one size is available: 56_CORES_X_242_RAM_X_1_4_TB              │
│     │ --test     │ Do not actually create the dedicatedhost             │
│ -v │ --vlan-private     │ The ID of the private VLAN on which you want the dedicated host placed. See: '${COMMAND_NAME} sl vlan list' for reference                │
│    │ --billing    │ Billing rate  [default: hourly] Choices: hourly, monthly │
│    │ --verify     │ Verify dedicatedhost without creating it.                │
│ -t │ --template   │ A template file that defaults the command-line options   │
│    │ --export     │ Exports options to a template file                       │
│ -h │ --help       │ Show this message and exit.                              │
└────┴──────────────┴──────────────────────────────────────────────────────────┘
See 'slcli dedicatedhost create-options' for valid options.

ramkishor-ch avatar Jul 14 '23 09:07 ramkishor-ch