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

fix: add back member invite alias #276

Merged
merged 3 commits into from
May 13, 2024

Conversation

k3llymariee
Copy link
Contributor

This was accidentally removed when we generated the remaining resources from the openapi spec

Running ldcli members --help shows the new command:

Usage:
  ldcli members [command]

Available Commands:
  create       Invite new members
  create-teams Add a member to teams
  delete       Delete account member
  get          Get account member
  invite       Invite new members
  list         List account members
  update       Modify an account member

Global flags:
  -h, --help                  Get help about any command
      --access-token string   LaunchDarkly access token with write-level access
      --analytics-opt-out     Opt out of analytics tracking
      --base-uri string       LaunchDarkly base URI (default "https://app.launchdarkly.com")
  -o, --output string         Command response output format in either JSON or plain text (default "plaintext")

Use "ldcli members [command] --help" for more information about a command.

Note that the short description is the same as what we have for create, which comes straight from the openapi spec. Not sure what else we might want to put here instead.

Args: validators.Validate(),
Long: "Create new members and send them an invitation email",
RunE: runE(client),
Short: "Invite new members",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see comment in pr description: this is the same as what we have for create, which comes straight from the openapi spec. Not sure what else we might want to put here instead.

@k3llymariee k3llymariee requested a review from dbolson May 13, 2024 18:48
@k3llymariee k3llymariee merged commit a5d0a8c into main May 13, 2024
2 checks passed
@k3llymariee k3llymariee deleted the kelly/sc-243975/add-back-member-invite-alias branch May 13, 2024 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants