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
As decided in #6493, we've decided to take another route to get a default value from a command.
Right now, some commands return a default value when you don't specify any options. The idea is that the user should specify --default to get a default object.
Options to add
Options
Description
--default
Get the default (list, environment, page, ...)
Commands to refactor
pp environment get
flow environment get
pa environment get
Check if there are more commands we should update with this change
The text was updated successfully, but these errors were encountered:
Change the way to retrieve default objects
As decided in #6493, we've decided to take another route to get a default value from a command.
Right now, some commands return a default value when you don't specify any options. The idea is that the user should specify
--default
to get a default object.Options to add
--default
Commands to refactor
pp environment get
flow environment get
pa environment get
The text was updated successfully, but these errors were encountered: