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 more easily make command pipelines with cogctl, provide a --quiet/-q option on listing commands, which would simply return a list of the canonical identifiers for a thing.
As an example, right now you need to type something like this to assign all the permissions from a given bundle to a role:
From @christophermaier on June 17, 2016 17:55
In order to more easily make command pipelines with
cogctl
, provide a--quiet
/-q
option on listing commands, which would simply return a list of the canonical identifiers for a thing.As an example, right now you need to type something like this to assign all the permissions from a given bundle to a role:
With a
--quiet
/-q
option, that could be reduced to:assuming that
cogctl permissions -q
returned output like:Copied from original issue: operable/cog#779
The text was updated successfully, but these errors were encountered: