Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Latest commit

 

History

History
49 lines (31 loc) · 1.84 KB

config-source-get.mdx

File metadata and controls

49 lines (31 loc) · 1.84 KB
layout page_title sidebar_title description
commands
Commands: Config source-get
config source-get
Get the configuration for a dynamic source plugin

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.

Waypoint Config source-get

Command: waypoint config source-get

Get the configuration for a dynamic source plugin

@include "commands/config-source-get_desc.mdx"

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 'all', 'global', 'project', or 'app'. The default is project.

@include "commands/config-source-get_more.mdx"