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
built-in login command now look for three environment variables for the default user name (in order): ${APP_NAME}_USERNAME, $USER, and $USERNAME. The default user is also printed in the output to avoid confusion.
a new resources {APP_NAME}_FULL_COMMAND_NAME will be passed to the managed command. This environment variable contains (separated by space):
the command launcher binary name
the command group name (if any)
the command name
a new boolean type configuration item group_help_by_registry to allow the user to group the top level commands by registry in the help message. The default value is true.