diff --git a/lib/foreman/cli.rb b/lib/foreman/cli.rb index cea8e7b..9b89c23 100644 --- a/lib/foreman/cli.rb +++ b/lib/foreman/cli.rb @@ -28,6 +28,7 @@ class Foreman::CLI < Thor method_option :app, :type => :string, :aliases => "-a" method_option :log, :type => :string, :aliases => "-l" + method_option :env, :type => :string, :aliases => "-e", :desc => "Specify an environment file to load, defaults to .env" method_option :port, :type => :numeric, :aliases => "-p" method_option :user, :type => :string, :aliases => "-u" method_option :template, :type => :string, :aliases => "-t"