RocketBlend
GithubDownload
  • Introduction to RocketBlend
  • Getting Started
    • Quick Start
    • Installation
  • Reference
    • CLI
      • Commands
        • Rocketblend
        • New
        • Install
        • Uninstall
        • Run
        • Render
        • Resolve
        • Insert
        • Describe
        • Config
        • Completion
      • Configuration
  • Development
    • Getting Setup
    • Related Projects and Documentation
  • Frequently Asked Questions
    • Troubleshooting
Powered by GitBook
On this page
  • Synopsis
  • Options
  • Options inherited from parent commands
  1. Reference
  2. CLI
  3. Commands

Config

Managing configuration

Synopsis

The config command allows you to manage your RocketBlend configuration file directly from the command line.

$ rocketblend config [key] [flags]

Options

  -h, --help         help for config
  -s, --set string   set a value in the config file

Options inherited from parent commands

  -d, --directory string   working directory for the command (default ".")
  -l, --log-level string   log level (debug, info, warn, error) (default "info")
  -v, --verbose            enable verbose logging
PreviousDescribeNextCompletion

Last updated 1 month ago