zone create


[Preview]

ockam zone create [OPTIONS]

Options

  • --zone-config [ZONE_CONFIG] (optional)
    The path to the Zone configuration file, in yaml or json format. If not set, the ./ockam.yaml file from the current directory will be used

  • --secrets-config [SECRETS_CONFIG] (optional)
    The path to the secrets file, in yaml or json format. If not set, the ./secrets.yaml file from the current directory will be used. If no file is found, the command will just list the existing secrets

  • --use-public-ecr (optional)
    Whether to use a public AWS ECR

  • --no-cache (optional)
    Whether to use the Docker cache when building the image. It can be set using the OCKAM_DOCKER_NO_CACHE environment variable

  • --no-pull (optional)
    Whether to build the image with the --pull option. It can be set using the OCKAM_DOCKER_NO_PULL environment variable

  • --use-http-api (optional)
    Force the command to use the HTTP API. By default, the command will use the Orchestrator API

  • --api-endpoint [API_ENDPOINT] (optional)
    The API endpoint of the Ockam AI Platform. Can be set using the AI_API_BASE_URL environment variable. Defaults to http://localhost:30080

  • --no-http (optional)
    Skip the creation of the inlet to the http outlet

  • --no-logs (optional)
    Skip the creation of the inlet to the logs outlet

Learn More:

Use ockam <SUBCOMMAND> --help for more information about a subcommand (e.g., 'cluster' or 'zone').

Learn more about Command: https://docs.ockam.ai/command/ Learn more about Ockam: https://docs.ockam.ai/

Feedback:

If you have questions, as you explore, join us on the Discord channel https://discord.ockam.io