Waypoint Config source-get
Warning
This content is part of the legacy version of Waypoint that is no longer actively maintained. For additional information on the new vision of Waypoint, check out this blog post and the HCP Waypoint documentation.
Command: waypoint config source-get
Get the configuration for a dynamic source plugin
Usage
Usage: waypoint config source-get [options]
Get the configuration for a dynamic configuration source plugin.
This does not list the dynamic configuration variables for an application. This command is for configuring the plugin that is used to fetch dynamic configurations globally for the server.
To use this command, you must specify a "-type" flag.
Configuration for this command is global. The "-app", "-project", and "-workspace" flags are ignored on this command.
Global Options
-plain
- Plain output: no colors, no animation. The default is false.-app=<string>
(-a
) - App to target. Certain commands require a single app target for Waypoint configurations with multiple apps. If you have a single app, then this can be ignored.-project=<string>
(-p
) - Project to target.-workspace=<string>
(-w
) - Workspace to operate in.
Command Options
-type=<string>
- Dynamic source type to look up, such as 'vault'.-scope=<string>
- The scope for this configuration source. The configuration source will only appear within this scope. This can be one of 'global', 'project', or 'app'. The default is project.