Merge pull request #1026 from ehutzelman/patch-1

Update init description for kamal secrets
This commit is contained in:
David Heinemeier Hansson
2024-10-05 01:54:08 +02:00
committed by GitHub

View File

@@ -135,7 +135,7 @@ class Kamal::Cli::Main < Kamal::Cli::Base
puts "No documentation found for #{section}"
end
desc "init", "Create config stub in config/deploy.yml and env stub in .env"
desc "init", "Create config stub in config/deploy.yml and secrets stub in .kamal"
option :bundle, type: :boolean, default: false, desc: "Add Kamal to the Gemfile and create a bin/kamal binstub"
def init
require "fileutils"