porter mixins search
porter mixins search
Search available mixins
Synopsis
Search available mixins. You can specify an optional mixin name query, where the results are filtered by mixins whose name contains the query term.
By default the community mixin index at https://cdn.porter.sh/mixins/index.json is searched. To search from a mirror, set the environment variable PORTER_MIRROR, or mirror in the Porter config file, with the value to replace https://cdn.porter.sh with.
porter mixins search [QUERY] [flags]
Examples
porter mixin search
porter mixin search helm
porter mixin search -o json
Options
-h, --help help for search
--mirror string Mirror of official Porter assets (default "https://cdn.porter.sh")
-o, --output string Output format, allowed values are: plaintext, json, yaml (default "plaintext")
Options inherited from parent commands
--debug Enable debug logging
--debug-plugins Enable plugin debug logging
--experimental strings Comma separated list of experimental features to enable. See https://porter.sh/configuration/#experimental-feature-flags for available feature flags.
SEE ALSO
- porter mixins - Mixin commands. Mixins assist with authoring bundles.