Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 2.36 KB

File metadata and controls

50 lines (38 loc) · 2.36 KB
title vastde
description VAST DataEngine CLI

vastde

VAST DataEngine CLI

Synopsis

The VAST DataEngine CLI (vastde) is a command-line interface for managing and interacting with VAST DataEngine resources.

VAST DataEngine is a serverless computing platform that enables you to build and deploy event-driven applications using functions, pipelines, and triggers. The CLI provides comprehensive management capabilities for all DataEngine entities including functions, pipelines, triggers, compute clusters, container registries, and more.

The CLI supports multiple output formats (human-readable, JSON, YAML) and includes features like dry-run mode for safe operation testing, verbose logging for debugging, and integrated telemetry access for monitoring.

Subcommands

  • buckets - Manage VAST DataEngine buckets
  • builders - View and select VAST DataEngine builder images
  • completion - Generate the autocompletion script for the specified shell
  • compute-clusters - Manage VAST DataEngine compute clusters
  • config - Manage CLI configuration
  • container-registries - Manage VAST DataEngine container registries
  • doc - Generate CLI documentation
  • functions - Manage VAST DataEngine functions
  • logs - View VAST DataEngine logs
  • metrics - View VAST DataEngine metrics
  • pipelines - Manage VAST DataEngine pipelines
  • setup-dataengine - Setup VAST DataEngine provisioning
  • topics - Manage VAST DataEngine topics
  • traces - View VAST DataEngine traces
  • triggers - Manage VAST DataEngine triggers
  • version - CLI version

Options

Command-specific 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