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
Currently, when running sandbox:list a table with all sandboxes for all realms a user has access to is returned. This list can grow substantially when working with multiple customers.
It would be nice if we could add a --realm parameter that would only return a table of sandboxes for the specified realm:
sfcc-ci sandbox:list --realm bbsv
The text was updated successfully, but these errors were encountered:
@sfelius The sandbox API does not provide a filtering of sandboxes on realm level unfortunately. Hence we cannot provide a filtering easily as part of the CLI. However, you can pipe the result of sfcc-ci sandbox:list and grep by realm, like that:
Currently, when running
sandbox:list
a table with all sandboxes for all realms a user has access to is returned. This list can grow substantially when working with multiple customers.It would be nice if we could add a
--realm
parameter that would only return a table of sandboxes for the specified realm:sfcc-ci sandbox:list --realm bbsv
The text was updated successfully, but these errors were encountered: