Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.12 KB

scccmd.md

File metadata and controls

27 lines (19 loc) · 1.12 KB

scccmd

Spring Cloud Config management tool

Synopsis

Commandline tool used for managing configuration from Spring Cloud Config Server. Tool currently provides functionality to get (download) config file from server.

Options

  -h, --help               help for scccmd
      --log-level string   command log level (options: [panic fatal error warning info debug trace]) (default "info")

SEE ALSO

  • scccmd completion - Generate the autocompletion script for the specified shell
  • scccmd decrypt - Decrypt the value server-side and prints the response
  • scccmd diff - Diff the config from the given config server
  • scccmd encrypt - Encrypt the value server-side and prints the response
  • scccmd gendoc - Generates documentation for this tool in Markdown format
  • scccmd get - Get the config from the given config server
  • scccmd version - Print the version information
  • scccmd webhook - Runs K8s webhook for injecting config from Cloud Config Server