Developer Documentation

Configs

Configs in Fleet define how your images are configured when they are deployed. There are many options available to customize your deployments, such as environment variables, volumes, and ports. It’s easier to manage these configurations using our dashboard, but you can also manage them using the CLI.

Overview

The configs commands allow you to manage configurations in your account. You can create new configurations, list existing configurations, and delete configurations that are no longer needed.

Usage

odin fleet configs <command>

Commands

  • List: List all configurations in your account.
  • Get: Display detailed information about a configuration.
  • Create: Create a new configuration.
  • Delete: Delete a configuration.
  • Update: Update a configuration