porter plugins search
porter plugins search
Search available plugins
Synopsis
Search available plugins. You can specify an optional plugin name query, where the results are filtered by plugins whose name contains the query term.
By default the community plugin index at https://cdn.porter.sh/plugins/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 plugins search [QUERY] [flags]
Examples
porter plugin search
porter plugin search azure
porter plugin 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 plugins - Plugin commands. Plugins enable Porter to work on different cloud providers and systems.