dpl 1.8.46.travis.2454.5 → 1.8.46.travis.2455.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -5
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9d06fc6a2cffd0c9090ebd7b1241eeb5990f276329524850f1362f063325c73e
4
- data.tar.gz: 03b4c230163266626b81e5f0b287750a0bedf4ac81addf70dd9c6181d666c71c
3
+ metadata.gz: 5fcff6cc82e859f61f10135a91ad2529cca40004b57582cb4437234738a41736
4
+ data.tar.gz: 047bdba888eef9023d5da8878050030831c99a15bde288acc4c2a8da745741e1
5
5
  SHA512:
6
- metadata.gz: a494e91ac744d90ca1d57fb47b8d02171be1b49bed22c955a212b1b120025b5b2771950af834741610f2ea56e8295f9a39788bffe78f656be3af8083b78d0cd9
7
- data.tar.gz: 607f6e84f1a897d9b061cd6f2b212b8fc4f398144ae0c84b93fc8dbedd7666d6e28a3c8f70c5099c7e92b7ab8405d56e8ebda88d70b81dcaf3ae257ac9a7e0b0
6
+ metadata.gz: f31ad0820b304bdec7a6953bbaa96aa2b2a25d04eba19e2cd69c20172e4544c938e0446927e03533b280eba3ed90be56aa724c6eac0e6c41e8ccf03b0cf4d2c1
7
+ data.tar.gz: 7c772f115aa8709a7120ce9a231394212e51a6f45e595daebdba60910b19f0b63b83538e1c311a95ca0252eda4a25202bddea1af8bf9668ba7b810f024366b1f
data/README.md CHANGED
@@ -802,24 +802,25 @@ and your testers can start testing your app.
802
802
 
803
803
  #### Options:
804
804
 
805
- * **access-key-id**: AWS Access Key.
805
+ * **access_key_id**: AWS Access Key.
806
806
  * **secret_access_key**: AWS Secret Access Key.
807
807
  * **application**: CodeDeploy Application Name.
808
808
  * **deployment_group**: CodeDeploy Deployment Group Name.
809
809
  * **revision_type**: CodeDeploy Revision Type (S3 or GitHub).
810
810
  * **commit_id**: Commit ID in case of GitHub.
811
811
  * **repository**: Repository Name in case of GitHub.
812
+ * **bucket**: S3 bucket in case of S3.
812
813
  * **region**: AWS Availability Zone.
813
- * **wait-until-deployed**: Wait until the app is deployed and return the deployment status (Optional, Default false).
814
+ * **wait_until_deployed**: Wait until the app is deployed and return the deployment status (Optional, Default false).
814
815
 
815
816
  #### Environment variables:
816
817
 
817
- * **AWS_ACCESS_KEY_ID**: AWS Access Key ID. Used if the `access-key-id` option is omitted.
818
- * **AWS_SECRET_ACCESS_KEY**: AWS Secret Key. Used if the `secret-access-key` option is omitted.
818
+ * **AWS_ACCESS_KEY_ID**: AWS Access Key ID. Used if the `access_key_id` option is omitted.
819
+ * **AWS_SECRET_ACCESS_KEY**: AWS Secret Key. Used if the `secret_access_key` option is omitted.
819
820
 
820
821
  #### Examples:
821
822
 
822
- dpl --provider=codedeploy --access-key-id=<aws access key> --secret_access_key=<aws secret access key> --application=<application name> --deployment_group=<deployment group> --revision_type=<s3/github> --commit_id=<commit ID> --repository=<repo name> --region=<AWS availability zone> --wait-until-deployed=<true>
823
+ dpl --provider=codedeploy --access_key_id=<aws access key> --secret_access_key=<aws secret access key> --application=<application name> --deployment_group=<deployment group> --revision_type=<s3/github> --bucket=<bucket name> --commit_id=<commit ID> --repository=<repo name> --region=<AWS availability zone> --wait_until_deployed=<true>
823
824
 
824
825
  ### Scalingo:
825
826
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dpl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.46.travis.2454.5
4
+ version: 1.8.46.travis.2455.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-22 00:00:00.000000000 Z
11
+ date: 2018-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec