Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.11 KB

File metadata and controls

47 lines (31 loc) · 1.11 KB
title vastde pipelines deploy
description Deploy a pipeline to kubernetes

vastde pipelines deploy

Deploy a pipeline to kubernetes

Synopsis

Deploy a pipeline to kubernetes

Usage

vastde pipelines deploy <GUID>|<name>

Examples

  # Deploy pipeline by name
  vastde pipelines deploy data-processing-pipeline

  # Deploy pipeline by GUID
  vastde pipelines deploy a1b2c3d4-e5f6-7890-abcd-ef1234567890

  # Dry-run deployment to preview the operation
  vastde pipelines deploy ml-inference-pipeline --dry-run

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