Skip to content

Example and some sub features were missing in slcli globalip cancel, slcli globalip create, slcli globalip unassign #2034

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

Closed
ramkishor-ch opened this issue Jul 14, 2023 · 1 comment
Labels

Comments

@ramkishor-ch
Copy link
Contributor

  1. slcli globalip cancel
    Options: --force was missing, please add it.
    Options:
    -f, --force Force operation without confirmation

Expected:

./slcli globalip cancel --help
Usage: slcli globalip cancel [OPTIONS] IDENTIFIER

        Cancel global IP.

┌────┬────────────┬─────────────────────────────┐
│    │ identifier │                             │
│ -h │ --help     │ Show this message and exit. │
│ -f │  --force   │ Force operation without confirmation │ 
└────┴────────────┴─────────────────────────────┘
  1. slcli globalip create
    a. Example was missing, please add it.
    EXAMPLE:
    slcli globalip create --v6
    This command creates an IPv6 address.

b. inter change positions from --ipv6 to v6
-v6 │ --ipv6 │ Order a IPv6 IP

c. Options: --force was missing, please add it.
-f, --force Force operation without confirmation

Expected:

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

EXAMPLE:
        slcli globalip create --v6 
        This command creates an IPv6 address.

        Creates a global IP.

┌────────┬────────┬─────────────────────────────┐
│ -v6 │ --ipv6    │ Order a IPv6 IP             │
│        │ --test │ test order                  │
│  -f │  --force │    Force operation without confirmation │ 
│ -h     │ --help │ Show this message and exit. │
└────────┴────────┴─────────────────────────────┘
  1. slcli globalip unassign
    Options: --details was missing, please add it.
    Options:
    --details Shows a very detailed list of charges

Expected:

./slcli globalip unassign --help
Usage: slcli globalip unassign [OPTIONS] IDENTIFIER

        Unassigns a global IP from a target.

┌────┬────────────┬─────────────────────────────┐
│    │ identifier │                             │
│ -h │ --help     │ Show this message and exit. │
│      │ --details│    Shows a very detailed list of charges │ 
└────┴────────────┴─────────────────────────────┘
JayasilanJibm added a commit that referenced this issue Aug 20, 2023
slcli globalip unassign detail option addition
@JayasilanJibm JayasilanJibm self-assigned this Aug 20, 2023
@github-project-automation github-project-automation bot moved this to 🆕 New in Q3 2023 Aug 20, 2023
@JayasilanJibm
Copy link
Contributor

Partial of the issue requirement is already addressed in #2033

JayasilanJibm added a commit that referenced this issue Aug 20, 2023
slcli globalip unassign detail option fix
@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in Q3 2023 Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants