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
When making a change to an environment or a workspace I know the name of what I want to change, but I need to lookup the ID to pass into the CLI. If I could pass in the name then it would save manually looking this up.
I can do this with multiple commands at the moment, and pipe it together, but it feels like something which the CLI could handle for me.
Example of getting an environment ID from name, and then piping that back to the get-workspaces command, filtering just on the environment:
Great feedback. I will have to think about how to implement this in the best way. It would make most sense to implement some kind of id-search attribute to be able to search by more than name and also for all commands and not only workspaces. Any ideas?
When making a change to an environment or a workspace I know the name of what I want to change, but I need to lookup the ID to pass into the CLI. If I could pass in the name then it would save manually looking this up.
I can do this with multiple commands at the moment, and pipe it together, but it feels like something which the CLI could handle for me.
Example of getting an environment ID from name, and then piping that back to the
get-workspaces
command, filtering just on the environment:The text was updated successfully, but these errors were encountered: