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

Small UX improvements to some src extensions commands #719

Open
Kelvin-Lee opened this issue Mar 30, 2022 · 0 comments
Open

Small UX improvements to some src extensions commands #719

Kelvin-Lee opened this issue Mar 30, 2022 · 0 comments
Labels
enhancement New feature or request extensibility

Comments

@Kelvin-Lee
Copy link

Kelvin-Lee commented Mar 30, 2022

  1. Can we get the src extensions copy command to print "Extension copied!", instead of "Extension published"? (call to print in extensions_copy.go)
  2. Can we get src extensions delete to detect if the -id flag is not being passed? (extensions_delete.go)Today, src extensions delete <valid graphql id> will report:
GraphQL errors: 1 error occurred:
	* {
  "message": "invalid graphql.ID",
  "path": [
    "extensionRegistry",
    "deleteExtension"
  ]
}

i.e. it's explicitly expecting the -id flag, I'm pretty sure.

  1. Can we get some sort of src <where am i> , to get feedback of which SRC_ENDPOINT we're connected to? I couldn't find an obvious method/currently existing command that does this. Maybe like... src where or something? src info? Would be a nice to have for me personally since support team sometimes has to connect to different instances to test things out.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request extensibility
Projects
None yet
Development

No branches or pull requests

3 participants