Skip to content

Commit

Permalink
Update init description for kamal secrets
Browse files Browse the repository at this point in the history
No longer uses .env stub, replace with secrets stub in .kamal directory.
  • Loading branch information
ehutzelman authored Oct 1, 2024
1 parent cd12f95 commit 0ff1450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kamal/cli/main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def docs(section = nil)
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"
Expand Down

0 comments on commit 0ff1450

Please sign in to comment.