You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we get the src extensions copy command to print "Extension copied!", instead of "Extension published"? (call to print in extensions_copy.go)
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:
i.e. it's explicitly expecting the -id flag, I'm pretty sure.
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.
The text was updated successfully, but these errors were encountered:
src extensions copy
command to print"Extension copied!"
, instead of"Extension published"
? (call to print inextensions_copy.go
)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:i.e. it's explicitly expecting the
-id
flag, I'm pretty sure.src <where am i>
, to get feedback of whichSRC_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.The text was updated successfully, but these errors were encountered: