文档

​
​

Development

User Acquisition

Monetization

工业

Self-Hosted Deployment

Amazon Web Services

Microsoft Azure

On premises

vpctl

Self-Hosted Deployment

此页面不支持所选语言。
​
​
Self-Hosted Deployment
  • Overview
  • Amazon Web Services
  • Microsoft Azure
  • On premises
  • Administration
  • Security
  • vpctl
    • vpctl Architecture
    • Installation
    • Manifest reference
    • vpctl commands
      • Artifact
      • Cluster
      • Configure
      • Manifest
      • Release
      • Secret
    • Troubleshooting
    • Changelog
  1. Self-Hosted Deployment (previously called Unity Virtual Private Cloud)
  2. vpctl command-line tool

vpctl command reference

Reference documentation for vpctl commands, flags, workflows, and deployment operations
阅读时间2 分钟
最后更新于 9 天前

Use this page to find command references for vpctl. To get started with vpctl and learn about recommended deployment workflows, refer to vpctl and Architecture and security.
Release
pull, generate, deploy, uninstall.
Artifact
sync preflight, sync images, sync oras, sync charts.
Secret
generate, deploy.
Manifest
init, validate, schema.
Cluster
check.
Configure
Set, view, and delete registry credentials.

Global flags

You can use these flags with any command:
  • --manifest <path>
    : Path to manifest.yaml file (default: auto-discover)
  • --log-level <level>
    : Set logging level (
    trace
    ,
    debug
    ,
    info
    ,
    warn
    ,
    error
    ,
    fatal
    ,
    panic
    ; default:
    info
    )
  • --json
    : Output logs in JSON format
Example:
vpctl release pull --version 1.2.3 --log-level debug

Command summary

Command

Description

vpctl version
Print the version number
vpctl configure
Set registry credentials (interactive)
vpctl configure get
View configuration
vpctl configure set [registry]
Set registry credentials (non-interactive)
vpctl configure delete [registry]
Delete registry credentials
vpctl manifest init
Initialize a new manifest file interactively
vpctl manifest validate
Validate a manifest file against the CUE schema
vpctl manifest schema
Display the CUE schema (or export it for standalone validation)
vpctl cluster check
Validate that the cluster meets the deployment prerequisites (read-only;
--probe-storage
adds an opt-in volume probe,
--dry-run
prints the command plan)
vpctl release pull
Pull a release from the registry
vpctl release generate
Generate release configuration (Helm/ArgoCD charts)
vpctl release deploy
Deploy a release (Helm or ArgoCD)
vpctl release uninstall
Uninstall a release
vpctl artifact sync preflight
Verify registry authentication by syncing one image, one ORAS artifact, and (in remote chart mode) one Helm chart
vpctl artifact sync images
Sync Docker images from the source registry to the target registry
vpctl artifact sync oras
Sync ORAS artifacts from the source registry to the target registry
vpctl artifact sync charts
Sync OCI Helm charts from the source registry to the target registry (requires
deployment.helmChartMode: "remote"
)
vpctl secret generate
Generate Kubernetes secret YAML from schema definitions
vpctl secret deploy
Deploy secrets to your Kubernetes cluster

Copyright © 2026 Unity Technologies
法律信息隐私政策CookiesDocumentation Terms of Use请勿出售或分享我的个人信息您的隐私选择(Cookie 设置)

“Unity”、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属公司在美国和其他地方的商标或注册商标(此处查看更多信息)。其他名称或品牌是其各自所有者的商标。

为方便起见,一些页面是机器翻译的,可能包含不准确的内容。如有信息不一致的情况,以英文版本为准。

  • 在本页上
    • Global flags

    • Command summary


报告此页面的问题