Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ramkishor-ch opened this issue Jul 14, 2023 · 0 comments
Assignees
Labels

Comments

@ramkishor-ch
Copy link
Contributor

  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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants