capact action get
capact action get#
Displays one or multiple Actions
capact action get [flags]Examples#
# Show all Actions in table formatcapact action get
# Show the Action "funny-stallman" in JSON formatcapact action get funny-stallman -ojson
Options#
-h, --help help for get -n, --namespace string Kubernetes namespace where the Action was created (default "default") -o, --output string Output format. One of: json | table | yaml (default "table")Options inherited from parent commands#
-c, --config string Path to the YAML config fileSEE ALSO#
- capact action - This command consists of multiple subcommands to interact with target Actions