Show given configuration option, or all configuration options
Show given configuration option, or all configuration options.
By default this command prints the effective configuration for the current application, i.e. it takes into account any local configuration located in [working-directory]/.vespa.
vespa config get [option-name] [flags]
$ vespa config get
$ vespa config get target
$ vespa config get --local
-h, --help help for get
-l, --local Show only local configuration, if any
-a, --application string The application to use (cloud only)
-C, --cluster string The container cluster to use. This is only required for applications with multiple clusters
-c, --color string Whether to use colors in output. Must be "auto", "never", or "always" (default "auto")
-i, --instance string The instance of the application to use (cloud only)
-q, --quiet Print only errors
-t, --target string The target platform to use. Must be "local", "cloud", "hosted" or an URL (default "local")
-z, --zone string The zone to use. This defaults to a dev zone (cloud only)