1AWSV2.RB(1)                      aws-sdk-core                      AWSV2.RB(1)
2
3
4

NAME

6       awsv2.rb - Amazon Web Service interactive console
7
8

SYNOPSIS

10       awsv2.rb [OPTIONS]
11
12

DESCRIPTION

14       awsv2.rb  is utility for Amazon Web Service that acts as an interactive
15       console with configured AWS environment.
16
17

OPTIONS

19       --region NAME
20              Specify the AWS region, e.g. us-west-2.
21
22
23       --repl REPL
24              Specify the REPL environment, pry or irb.
25
26
27       -e COMMAND
28              One line of script. Several -e's allowed.
29
30
31       -l, --[no-]log
32              Log client requets, on by default.
33
34
35       -c, --[no-]color
36              Colorize request logging, on by default.
37
38
39       -d, --[no-]debug
40              Log HTTP wire traces, off by default.
41
42
43       -IDIRECTORY
44              Specify $LOAD_PATH directory (may be used more than once).
45
46
47       -rLIBRARY
48              Require the library.
49
50
51       -v, --verbose
52              Enable client logging and HTTP wire tracing.
53
54
55       -q, --quiet
56              Disable client logging and HTTP wire tracing.
57
58
59       -h, --help
60              Show help message.
61
62

ENVIRONMENT

64       AWS_REGION
65              Default region to use (for example us-west-2, us-east-1).
66
67
68       AWS_ACCESS_KEY_ID
69              Credentials key ID.
70
71
72       AWS_SECRET_ACCESS_KEY
73              Credentials key secret.
74
75

FILES

77       $HOME/.aws/credentials
78              Credentials ini file.
79
80

AUTHORS

82       Amazon Web Services
83
84
85
86Ruby Gem                          2014-09-21                       AWSV2.RB(1)
Impressum