Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.63 KB

File metadata and controls

49 lines (33 loc) · 1.63 KB
title vastde config
description Manage CLI configuration

vastde config

Manage CLI configuration

Synopsis

Manage CLI configuration settings for authentication and server connections.

The config command group manages the CLI configuration file located at ~/.vast/config.toml. This file stores essential settings including:

  • Authentication credentials (tenant, username, password, token)
  • Server URLs (VMS URL, builder image URL)
  • Default settings for CLI operations

Configuration values can be set via command-line flags or environment variables. Environment variables take precedence over config file values, allowing temporary overrides without modifying the configuration file.

Before using other CLI commands, you should initialize the configuration using 'config init' and set your authentication credentials and server URLs.

Subcommands

  • init - Initialize vastde config file
  • set - Set configuration values
  • unset - Unset configuration values
  • view - View configuration values

Options

Global options

Flag Type Description Default
--dry-run bool Simulate the operation without making actual changes to the system
-o, --output string Output format: json, yaml, human human
--silent bool Suppress UI outputs, such as spinner and success messages
-v, --verbose int Verbosity level (0-9): 0=standard, 1=verbose, 2=detailed, 3=extended, 4=debug, 5=trace 0

See Also

  • vastde - VAST DataEngine CLI