deploy
deploy
shrine deploy
Deploy a project from a manifest directory
Synopsis
Parse YAML manifests from the given path, resolve dependencies, and deploy containers, routes, and DNS entries.
shrine deploy [flags]Options
-d, --dry-run Dry run, do not apply changes to the platform and show what would be done
-h, --help help for deploy
-p, --path string Directory containing manifest files (overrides specsDir in config.yml)Options inherited from parent commands
--config-dir string Configuration directory (searched in order: ~/.config/shrine, ~/.shrine.conf.yml, /etc/shrine)
--state-dir string State directory (default is ~/.local/share/shrine or /var/lib/shrine)SEE ALSO
- shrine - shrine is a CLI tool that interprets declarative YAML manifests and orchestrates Docker containers.