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
In order to allow plugins to add flags to commands, we need a new getCommandFlags lifecycle.
Plugins can use this command to add custom flags that they want to listen for. By default
new flags will be added for all commands. The getCommandFlags lifecycle should allow plugins to also limit
which commands should be effected.
As a first custom, we should update @gasket/plugin-metrics to use the new lifecycle to add the record flag
and drop it (from the command plugin).
Package(s): @gasket/plugin-command
AC:
Ability for plugins to add custom flags to commands
Ability to limit which commands receive flags
Update @gasket/plugin-metrics to add record flag
The text was updated successfully, but these errors were encountered:
Description
In order to allow plugins to add flags to commands, we need a new
getCommandFlags
lifecycle.Plugins can use this command to add custom flags that they want to listen for. By default
new flags will be added for all commands. The
getCommandFlags
lifecycle should allow plugins to also limitwhich commands should be effected.
As a first custom, we should update @gasket/plugin-metrics to use the new lifecycle to add the
record
flagand drop it (from the command plugin).
Package(s): @gasket/plugin-command
AC:
record
flagThe text was updated successfully, but these errors were encountered: