aws-elasticbeanstalk: Remove unneeded caveats. Add alias.
Closes Homebrew/homebrew#38310. Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
parent
ac1b5a2c6d
commit
84824c15c1
2 changed files with 1 additions and 8 deletions
1
Aliases/awsebcli
Symbolic link
1
Aliases/awsebcli
Symbolic link
|
@ -0,0 +1 @@
|
|||
../Formula/aws-elasticbeanstalk.rb
|
|
@ -52,14 +52,6 @@ class AwsElasticbeanstalk < Formula
|
|||
bin.env_script_all_files(libexec+"bin", :PYTHONPATH => ENV["PYTHONPATH"])
|
||||
end
|
||||
|
||||
def caveats; <<-EOS.undent
|
||||
Before you can use these tools you must export some variables to your $SHELL.
|
||||
export AWS_ACCESS_KEY="<Your AWS Access ID>"
|
||||
export AWS_SECRET_KEY="<Your AWS Secret Key>"
|
||||
export AWS_CREDENTIAL_FILE="<Path to the credentials file>"
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/eb", "--version"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue