ドキュメント

​
​

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
  3. vpctl command reference

vpctl manifest commands

Initialize, validate, and inspect the vpctl manifest schema
読み終わるまでの所要時間 1 分
最終更新 1ヶ月前

The
manifest
command group manages the
manifest.yaml
file. For the field reference and annotated example, see Manifest reference.

init

Generate a new manifest interactively:
vpctl manifest init
This walks you through platform, release version, registry, namespace, autoscaling, monitoring, and ingress settings.
Parameters:
  • --output
    : Output path (default:
    ./manifest.yaml
    )

validate

Validate an existing manifest against the embedded CUE schema:
vpctl manifest validatevpctl manifest validate --file path/to/manifest.yaml
Catches missing required fields, disallowed values, and cross-field rules, for example,
maxReplicas >= minReplicas
, TLS certificate required when TLS is enabled.
Parameters:
  • --file
    : Path to the manifest to validate (default: auto-discover)

schema

Display the embedded CUE schema:
vpctl manifest schema
Export the CUE schema for standalone validation outside vpctl:
vpctl manifest schema --export manifest.cue
After exporting, validate any manifest against it with the
cue
CLI:
cue vet manifest.cue manifest.yaml -d '#Manifest'

Copyright © 2026 Unity Technologies
法規事項プライバシーポリシークッキーDocumentation Terms of Use私の個人情報を販売または共有しないプライバシーに関する選択 (クッキー設定)

"Unity" の名称、Unity のロゴ、およびその他の Unity の商標は、米国およびその他の国における Unity Technologies またはその関係会社の商標または登録商標です (詳しくはこちら)。その他の名称またはブランドは該当する所有者の商標です。

一部のページは利便性向上のため機械翻訳を使用しており、内容に不正確な表現が含まれる場合があります。内容に齟齬または不一致が生じた場合は、英語版を正本とします。

  • このページ
    • init

    • validate

    • schema


このページの問題を報告する