Sha256: fc2052edfcde4eea01b0979b6f2f9659eeb481f3fa1c7fc568e4234d10e4e9c4
Contents?: true
Size: 1.46 KB
Versions: 30
Compression:
Stored size: 1.46 KB
Contents
uffizzi config - configure the Uffizzi command-line interface (CLI) ================================================================ ## SYNOPSIS uffizzi config COMMAND [UFFIZZI_WIDE_FLAG ...] ## DESCRIPTION The uffizzi config command lets you configure this command-line application. If COMMAND is not specified, uffizzi config launches an interactive set up guide. For more information on configuration options, see: https://docs.uffizzi.com/references/cli/ ## UFFIZZI WIDE FLAGS These flags are available to all commands: --project. Run $ uffizzi help for details. ## COMMANDS COMMAND is one of the following: get-value OPTION Displays the value of the specified option. list Lists all options and their values from the config file. set OPTION VALUE Sets the value of the specified option. unset OPTION Deletes the value of the specified option. ## OPTIONS OPTION is one of the following: server The server of the Uffizzi API service you want to access. Defaults to app.uffizzi.com. name Your name. project The current active project. This project is used as the default unless --project is pass as an argument. ## EXAMPLES To list the uffizzi configuration options, run: $ uffizzi config list To set a new current active project for uffizzi, run: $ uffizzi config set project my-project
Version data entries
30 entries across 30 versions & 1 rubygems