deployUsage top-level constant

String const deployUsage

Usage text printed by adk deploy --help.

Implementation

const String deployUsage = '''
Usage: adk deploy [target] [options] [-- <gcloud args...>]

Options:
      --target             Deploy target: cloud_run | agent_engine | gke (default: cloud_run)
      --service            Service/cluster name (default: adk-service)
      --project            Google Cloud project id (default: GOOGLE_CLOUD_PROJECT)
      --region             Region (default: us-central1)
      --image              Container image (default: gcr.io/<project>/adk-service:latest)
      --dry-run            Print gcloud command only, do not execute
  -h, --help               Show this help message
''';