Add secrets command + 1password integration

This commit is contained in:
Donal McBreen
2024-08-07 14:00:59 +01:00
committed by Donal McBreen
parent b464c4fd4a
commit 5910249d02
4 changed files with 107 additions and 0 deletions

View File

@@ -211,6 +211,9 @@ class Kamal::Cli::Main < Kamal::Cli::Base
desc "registry", "Login and -out of the image registry"
subcommand "registry", Kamal::Cli::Registry
desc "secrets", "Helpers for extracting secrets", hide: true
subcommand "secrets", Kamal::Cli::Secrets
desc "server", "Bootstrap servers with curl and Docker"
subcommand "server", Kamal::Cli::Server