dpl 2.0.0.alpha.12 → 2.0.0.alpha.13

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -158,10 +158,10 @@ Description:
158
158
 
159
159
  Options:
160
160
 
161
- --username USER anynines username (type: string, required: true)
162
- --password PASS anynines password (type: string, required: true)
163
- --organization ORG anynines organization (type: string, required: true)
164
- --space SPACE anynines space (type: string, required: true)
161
+ --username USER anynines username (type: string, required)
162
+ --password PASS anynines password (type: string, required)
163
+ --organization ORG anynines organization (type: string, required)
164
+ --space SPACE anynines space (type: string, required)
165
165
  --app_name APP Application name (type: string)
166
166
  --buildpack PACK Buildpack name or Git URL (type: string)
167
167
  --manifest FILE Path to the manifest (type: string)
@@ -199,12 +199,12 @@ Description:
199
199
 
200
200
  Options:
201
201
 
202
- --access_key_id ID AWS Access Key ID (type: string, required: true)
203
- --secret_access_key KEY AWS Secret Key (type: string, required: true)
202
+ --access_key_id ID AWS Access Key ID (type: string, required)
203
+ --secret_access_key KEY AWS Secret Key (type: string, required)
204
204
  --region REGION AWS Region to deploy to (type: string, default: us-east-1)
205
- --template STR CloudFormation template file (type: string, required: true, note: can be either
206
- a local path or an S3 URL)
207
- --stack_name NAME CloudFormation Stack Name. (type: string, required: true)
205
+ --template STR CloudFormation template file (type: string, required, note: can be either a
206
+ local path or an S3 URL)
207
+ --stack_name NAME CloudFormation Stack Name. (type: string, required)
208
208
  --stack_name_prefix STR CloudFormation Stack Name Prefix. (type: string)
209
209
  --[no-]promote Deploy changes (default: true, note: otherwise a change set is created)
210
210
  --role_arn ARN AWS Role ARN (type: string)
@@ -257,12 +257,11 @@ Description:
257
257
 
258
258
  Options:
259
259
 
260
- --access_key_id ID AWS access key (type: string, required: true)
261
- --secret_access_key KEY AWS secret access key (type: string, required: true)
262
- --application NAME CodeDeploy application name (type: string, required: true)
260
+ --access_key_id ID AWS access key (type: string, required)
261
+ --secret_access_key KEY AWS secret access key (type: string, required)
262
+ --application NAME CodeDeploy application name (type: string, required)
263
263
  --deployment_group GROUP CodeDeploy deployment group name (type: string)
264
- --revision_type TYPE CodeDeploy revision type (type: string, known values: s3, github, downcase:
265
- true)
264
+ --revision_type TYPE CodeDeploy revision type (type: string, known values: s3, github, downcases)
266
265
  --commit_id SHA Commit ID in case of GitHub (type: string)
267
266
  --repository NAME Repository name in case of GitHub (type: string)
268
267
  --bucket NAME S3 bucket in case of S3 (type: string)
@@ -309,14 +308,14 @@ Description:
309
308
 
310
309
  Options:
311
310
 
312
- --access_key_id ID AWS Access Key ID (type: string, required: true)
313
- --secret_access_key KEY AWS Secret Key (type: string, required: true)
311
+ --access_key_id ID AWS Access Key ID (type: string, required)
312
+ --secret_access_key KEY AWS Secret Key (type: string, required)
314
313
  --region REGION AWS Region the Elastic Beanstalk app is running in (type: string, default:
315
314
  us-east-1)
316
315
  --app NAME Elastic Beanstalk application name (type: string, default: repo name)
317
316
  --env NAME Elastic Beanstalk environment name which will be updated (type: string,
318
- required: true)
319
- --bucket NAME Bucket name to upload app to (type: string, required: true, alias: bucket_name)
317
+ required)
318
+ --bucket NAME Bucket name to upload app to (type: string, required, alias: bucket_name)
320
319
  --bucket_path PATH Location within Bucket to upload app to (type: string)
321
320
  --description DESC Description for the application version (type: string)
322
321
  --label LABEL Label for the application version (type: string)
@@ -360,10 +359,10 @@ Description:
360
359
 
361
360
  Options:
362
361
 
363
- --access_key_id ID AWS access key id (type: string, required: true)
364
- --secret_access_key KEY AWS secret key (type: string, required: true)
362
+ --access_key_id ID AWS access key id (type: string, required)
363
+ --secret_access_key KEY AWS secret key (type: string, required)
365
364
  --region REGION AWS region the Lambda function is running in (type: string, default: us-east-1)
366
- --function_name FUNC Name of the Lambda being created or updated (type: string, required: true)
365
+ --function_name FUNC Name of the Lambda being created or updated (type: string, required)
367
366
  --role ROLE ARN of the IAM role to assign to the Lambda function (type: string, note:
368
367
  required when creating a new function)
369
368
  --handler_name NAME Function the Lambda calls to begin execution. (type: string, note: required when
@@ -433,9 +432,9 @@ Description:
433
432
 
434
433
  Options:
435
434
 
436
- --access_key_id ID AWS access key id (type: string, required: true)
437
- --secret_access_key KEY AWS secret key (type: string, required: true)
438
- --app_id APP The app id (type: string, required: true)
435
+ --access_key_id ID AWS access key id (type: string, required)
436
+ --secret_access_key KEY AWS secret key (type: string, required)
437
+ --app_id APP The app id (type: string, required)
439
438
  --region REGION AWS region (type: string, default: us-east-1)
440
439
  --instance_ids ID An instance id (type: array (string, can be given multiple times))
441
440
  --layer_ids ID A layer id (type: array (string, can be given multiple times))
@@ -480,9 +479,9 @@ Description:
480
479
 
481
480
  Options:
482
481
 
483
- --access_key_id ID AWS access key id (type: string, required: true)
484
- --secret_access_key KEY AWS secret key (type: string, required: true)
485
- --bucket BUCKET S3 bucket (type: string, required: true)
482
+ --access_key_id ID AWS access key id (type: string, required)
483
+ --secret_access_key KEY AWS secret key (type: string, required)
484
+ --bucket BUCKET S3 bucket (type: string, required)
486
485
  --region REGION S3 region (type: string, default: us-east-1)
487
486
  --endpoint URL S3 endpoint (type: string)
488
487
  --upload_dir DIR S3 directory to upload to (type: string)
@@ -545,10 +544,9 @@ Description:
545
544
 
546
545
  Options:
547
546
 
548
- --username NAME Web App Deployment Username (type: string, required: true)
549
- --password PASS Web App Deployment Password (type: string, required: true)
550
- --site SITE Web App name (e.g. myapp in myapp.azurewebsites.net) (type: string, required:
551
- true)
547
+ --username NAME Web App Deployment Username (type: string, required)
548
+ --password PASS Web App Deployment Password (type: string, required)
549
+ --site SITE Web App name (e.g. myapp in myapp.azurewebsites.net) (type: string, required)
552
550
  --slot SLOT Slot name (if your app uses staging deployment) (type: string)
553
551
  --[no-]verbose Print deployment output from Azure. Warning: If authentication fails, Git prints
554
552
  credentials in clear text. Correct credentials remain hidden.
@@ -586,9 +584,9 @@ Description:
586
584
 
587
585
  Options:
588
586
 
589
- --user USER Bintray user (type: string, required: true)
590
- --key KEY Bintray API key (type: string, required: true)
591
- --file FILE Path to a descriptor file for the Bintray upload (type: string, required: true)
587
+ --user USER Bintray user (type: string, required)
588
+ --key KEY Bintray API key (type: string, required)
589
+ --file FILE Path to a descriptor file for the Bintray upload (type: string, required)
592
590
  --passphrase PHRASE Passphrase as configured on Bintray (if GPG signing is used) (type: string)
593
591
 
594
592
  Common Options:
@@ -624,10 +622,10 @@ Description:
624
622
 
625
623
  Options:
626
624
 
627
- --username USER Bluemix username (type: string, required: true)
628
- --password PASS Bluemix password (type: string, required: true)
629
- --organization ORG Bluemix organization (type: string, required: true)
630
- --space SPACE Bluemix space (type: string, required: true)
625
+ --username USER Bluemix username (type: string, required)
626
+ --password PASS Bluemix password (type: string, required)
627
+ --organization ORG Bluemix organization (type: string, required)
628
+ --space SPACE Bluemix space (type: string, required)
631
629
  --region REGION Bluemix region (type: string, default: ng, known values: ng, eu-gb, eu-de,
632
630
  au-syd)
633
631
  --api URL Bluemix api URL (type: string)
@@ -669,8 +667,8 @@ Description:
669
667
 
670
668
  Options:
671
669
 
672
- --user USER type: string, required: true
673
- --secret SECRET type: string, required: true
670
+ --user USER type: string, required
671
+ --secret SECRET type: string, required
674
672
  --payload PAYLOAD type: string
675
673
  --app APP type: string
676
674
  --version VERSION type: string
@@ -711,7 +709,7 @@ Description:
711
709
 
712
710
  Options:
713
711
 
714
- --token TOKEN Cargo registry API token (type: string, required: true)
712
+ --token TOKEN Cargo registry API token (type: string, required)
715
713
  --[no-]allow_dirty Allow publishing from a dirty git working directory
716
714
 
717
715
  Common Options:
@@ -747,10 +745,10 @@ Description:
747
745
 
748
746
  Options:
749
747
 
750
- --user_id ID Chef Supermarket user name (type: string, required: true)
748
+ --user_id ID Chef Supermarket user name (type: string, required)
751
749
  --name NAME Cookbook name (type: string, alias: cookbook_name (deprecated, please use name),
752
750
  note: defaults to the name given in metadata.json or metadata.rb)
753
- --category CAT Cookbook category in Supermarket (type: string, required: true, alias:
751
+ --category CAT Cookbook category in Supermarket (type: string, required, alias:
754
752
  cookbook_category (deprecated, please use category), see:
755
753
  https://docs.getchef.com/knife_cookbook_site.html#id12)
756
754
  --client_key KEY Client API key file name (type: string, default: client.pem)
@@ -788,12 +786,11 @@ Description:
788
786
 
789
787
  Options:
790
788
 
791
- --username USER Rackspace username (type: string, required: true)
792
- --api_key KEY Rackspace API key (type: string, required: true)
793
- --region REGION Cloudfiles region (type: string, required: true, known values: ord, dfw, syd,
794
- iad, hkg)
795
- --container NAME Name of the container that files will be uploaded to (type: string, required:
796
- true)
789
+ --username USER Rackspace username (type: string, required)
790
+ --api_key KEY Rackspace API key (type: string, required)
791
+ --region REGION Cloudfiles region (type: string, required, known values: ord, dfw, syd, iad,
792
+ hkg)
793
+ --container NAME Name of the container that files will be uploaded to (type: string, required)
797
794
  --glob GLOB Paths to upload (type: string, default: **/*)
798
795
  --[no-]dot_match Upload hidden files starting a dot
799
796
 
@@ -830,10 +827,10 @@ Description:
830
827
 
831
828
  Options:
832
829
 
833
- --username USER Cloud Foundry username (type: string, required: true)
834
- --password PASS Cloud Foundry password (type: string, required: true)
835
- --organization ORG Cloud Foundry organization (type: string, required: true)
836
- --space SPACE Cloud Foundry space (type: string, required: true)
830
+ --username USER Cloud Foundry username (type: string, required)
831
+ --password PASS Cloud Foundry password (type: string, required)
832
+ --organization ORG Cloud Foundry organization (type: string, required)
833
+ --space SPACE Cloud Foundry space (type: string, required)
837
834
  --api URL Cloud Foundry api URL (type: string, default: https://api.run.pivotal.io)
838
835
  --app_name APP Application name (type: string)
839
836
  --buildpack PACK Buildpack name or Git URL (type: string)
@@ -874,7 +871,7 @@ Description:
874
871
 
875
872
  Options:
876
873
 
877
- --redeployment_hook URL The redeployment hook URL (type: string, required: true)
874
+ --redeployment_hook URL The redeployment hook URL (type: string, required)
878
875
 
879
876
  Common Options:
880
877
 
@@ -910,17 +907,20 @@ Description:
910
907
  Options:
911
908
 
912
909
  --host HOST type: string, default: console.convox.com
913
- --app APP type: string, required: true
914
- --rack RACK type: string, required: true
915
- --password PASS type: string, required: true
910
+ --app APP type: string, required
911
+ --rack RACK type: string, required
912
+ --password PASS type: string, required
916
913
  --install_url URL type: string, default: https://convox.com/cli/linux/convox
917
914
  --[no-]update_cli
918
915
  --[no-]create
919
916
  --[no-]promote default: true
917
+ --env_names VARS type: array (string, can be given multiple times)
920
918
  --env VARS type: array (string, can be given multiple times)
921
919
  --env_file FILE type: string
922
920
  --description STR type: string
923
921
  --generation NUM type: integer, default: 2
922
+ --prepare CMDS Run commands with convox cli available just before deployment (type: array
923
+ (string, can be given multiple times))
924
924
 
925
925
  Common Options:
926
926
 
@@ -943,6 +943,7 @@ Support for deployments to Datica is in **development**. Please see [Maturity Le
943
943
 
944
944
  ```
945
945
  Usage: dpl datica [options]
946
+ or: dpl catalyze [options]
946
947
 
947
948
  Summary:
948
949
 
@@ -954,7 +955,7 @@ Description:
954
955
 
955
956
  Options:
956
957
 
957
- --target TARGET The git remote repository to deploy to (type: string, required: true)
958
+ --target TARGET The git remote repository to deploy to (type: string, required)
958
959
  --path PATH Path to files to deploy (type: string, default: .)
959
960
 
960
961
  Common Options:
@@ -1035,7 +1036,7 @@ Description:
1035
1036
  Options:
1036
1037
 
1037
1038
  --token TOKEN Firebase CI access token (generate with firebase login:ci) (type: string,
1038
- required: true)
1039
+ required)
1039
1040
  --project NAME Firebase project to deploy to (defaults to the one specified in your
1040
1041
  firebase.json) (type: string)
1041
1042
  --message MSG Message describing this deployment. (type: string)
@@ -1102,11 +1103,11 @@ Options:
1102
1103
 
1103
1104
  Common Options:
1104
1105
 
1106
+ --strategy NAME GitHub Pages deployment strategy (type: string, default: git, known values: api,
1107
+ git)
1105
1108
  --cleanup Clean up build artifacts from the Git working directory before the deployment
1106
1109
  --run CMD Commands to execute after the deployment finished successfully (type: array
1107
1110
  (string, can be given multiple times))
1108
- --strategy NAME GitHub Pages deployment strategy (type: string, default: git, known values: api,
1109
- git)
1110
1111
  --help Get help on this command
1111
1112
 
1112
1113
  Examples:
@@ -1144,22 +1145,22 @@ Description:
1144
1145
  Options:
1145
1146
 
1146
1147
  --repo SLUG GitHub repo slug (type: string, default: repo slug)
1147
- --token TOKEN GitHub oauth token with repo permission (type: string, required: true, alias:
1148
+ --token TOKEN GitHub oauth token with repo permission (type: string, required, alias:
1148
1149
  github_token)
1149
1150
 
1150
1151
  Common Options:
1151
1152
 
1153
+ --strategy NAME GitHub Pages deployment strategy (type: string, default: git, known values: api,
1154
+ git)
1152
1155
  --cleanup Clean up build artifacts from the Git working directory before the deployment
1153
1156
  --run CMD Commands to execute after the deployment finished successfully (type: array
1154
1157
  (string, can be given multiple times))
1155
- --strategy NAME GitHub Pages deployment strategy (type: string, default: git, known values: api,
1156
- git)
1157
1158
  --help Get help on this command
1158
1159
 
1159
1160
  Examples:
1160
1161
 
1161
1162
  dpl pages api --token token
1162
- dpl pages api --token token --repo slug --cleanup --run cmd --strategy api
1163
+ dpl pages api --token token --repo slug --strategy api --cleanup --run cmd
1163
1164
  ```
1164
1165
 
1165
1166
  Options can be given via env vars if prefixed with `[GITHUB_|PAGES_]`. E.g. the option `--token` can
@@ -1238,8 +1239,8 @@ Description:
1238
1239
  Options:
1239
1240
 
1240
1241
  --app APP Gleis application to upload to (type: string, default: repo name)
1241
- --username NAME Gleis username (type: string, required: true)
1242
- --password PASS Gleis password (type: string, required: true)
1242
+ --username NAME Gleis username (type: string, required)
1243
+ --password PASS Gleis password (type: string, required)
1243
1244
  --key_name NAME Name of the SSH deploy key pushed to Gleis (type: string, default:
1244
1245
  dpl_deploy_key)
1245
1246
  --[no-]verbose
@@ -1277,8 +1278,7 @@ Description:
1277
1278
 
1278
1279
  Options:
1279
1280
 
1280
- --project ID Project ID used to identify the project on Google Cloud (type: string, required:
1281
- true)
1281
+ --project ID Project ID used to identify the project on Google Cloud (type: string, required)
1282
1282
  --keyfile FILE Path to the JSON file containing your Service Account credentials in JSON Web
1283
1283
  Token format. To be obtained via the Google Developers Console. Should be
1284
1284
  handled with care as it contains authorization keys. (type: string, default:
@@ -1331,7 +1331,7 @@ Options:
1331
1331
  --key_file FILE Path to a GCS service account key JSON file (type: string)
1332
1332
  --access_key_id ID GCS Interoperable Access Key ID (type: string)
1333
1333
  --secret_access_key KEY GCS Interoperable Access Secret (type: string)
1334
- --bucket BUCKET GCS Bucket (type: string, required: true)
1334
+ --bucket BUCKET GCS Bucket (type: string, required)
1335
1335
  --local_dir DIR Local directory to upload from (type: string, default: .)
1336
1336
  --upload_dir DIR GCS directory to upload to (type: string)
1337
1337
  --[no-]dot_match Upload hidden files starting with a dot
@@ -1381,8 +1381,8 @@ Description:
1381
1381
 
1382
1382
  Options:
1383
1383
 
1384
- --username USER Hackage username (type: string, required: true)
1385
- --password USER Hackage password (type: string, required: true)
1384
+ --username USER Hackage username (type: string, required)
1385
+ --password USER Hackage password (type: string, required)
1386
1386
  --[no-]publish Whether or not to publish the package
1387
1387
 
1388
1388
  Common Options:
@@ -1418,10 +1418,10 @@ Description:
1418
1418
 
1419
1419
  Options:
1420
1420
 
1421
- --controller NAME Hephy controller (type: string, required: true, e.g.: hephy.hephyapps.com)
1422
- --username USER Hephy username (type: string, required: true)
1423
- --password PASS Hephy password (type: string, required: true)
1424
- --app APP Deis app (type: string, required: true)
1421
+ --controller NAME Hephy controller (type: string, required, e.g.: hephy.hephyapps.com)
1422
+ --username USER Hephy username (type: string, required)
1423
+ --password PASS Hephy password (type: string, required)
1424
+ --app APP Deis app (type: string, required)
1425
1425
  --cli_version VER Install a specific Hephy CLI version (type: string, default: stable)
1426
1426
  --[no-]verbose Verbose log output
1427
1427
 
@@ -1458,21 +1458,21 @@ Description:
1458
1458
 
1459
1459
  Options:
1460
1460
 
1461
- --api_key KEY Heroku API key (type: string, required: true)
1461
+ --api_key KEY Heroku API key (type: string, required)
1462
1462
 
1463
1463
  Common Options:
1464
1464
 
1465
+ --strategy NAME Heroku deployment strategy (type: string, default: api, known values: api, git)
1466
+ --app APP Heroku app name (type: string, default: repo name)
1465
1467
  --cleanup Clean up build artifacts from the Git working directory before the deployment
1466
1468
  --run CMD Commands to execute after the deployment finished successfully (type: array
1467
1469
  (string, can be given multiple times))
1468
- --strategy NAME Heroku deployment strategy (type: string, default: api, known values: api, git)
1469
- --app APP Heroku app name (type: string, default: repo name)
1470
1470
  --help Get help on this command
1471
1471
 
1472
1472
  Examples:
1473
1473
 
1474
1474
  dpl heroku api --api_key key
1475
- dpl heroku api --api_key key --cleanup --run cmd --strategy api --app app
1475
+ dpl heroku api --api_key key --strategy api --app app --cleanup --run cmd
1476
1476
  ```
1477
1477
 
1478
1478
  Options can be given via env vars if prefixed with `HEROKU_`. E.g. the option `--api_key` can be
@@ -1504,18 +1504,18 @@ Options:
1504
1504
 
1505
1505
  Common Options:
1506
1506
 
1507
+ --strategy NAME Heroku deployment strategy (type: string, default: api, known values: api, git)
1508
+ --app APP Heroku app name (type: string, default: repo name)
1507
1509
  --cleanup Clean up build artifacts from the Git working directory before the deployment
1508
1510
  --run CMD Commands to execute after the deployment finished successfully (type: array
1509
1511
  (string, can be given multiple times))
1510
- --strategy NAME Heroku deployment strategy (type: string, default: api, known values: api, git)
1511
- --app APP Heroku app name (type: string, default: repo name)
1512
1512
  --help Get help on this command
1513
1513
 
1514
1514
  Examples:
1515
1515
 
1516
1516
  dpl heroku git --api_key key
1517
1517
  dpl heroku git --username user --password pass
1518
- dpl heroku git --api_key key --git url --cleanup --run cmd --strategy api
1518
+ dpl heroku git --api_key key --git url --strategy api --app app --cleanup
1519
1519
  ```
1520
1520
 
1521
1521
  Options can be given via env vars if prefixed with `HEROKU_`. E.g. the option `--api_key` can be
@@ -1575,8 +1575,8 @@ Description:
1575
1575
 
1576
1576
  Options:
1577
1577
 
1578
- --site ID A site ID to deploy to (type: string, required: true)
1579
- --auth TOKEN An auth token to log in with (type: string, required: true)
1578
+ --site ID A site ID to deploy to (type: string, required)
1579
+ --auth TOKEN An auth token to log in with (type: string, required)
1580
1580
  --dir DIR Specify a folder to deploy (type: string)
1581
1581
  --functions FUNCS Specify a functions folder to deploy (type: string)
1582
1582
  --message MSG A message to include in the deploy log (type: string)
@@ -1616,8 +1616,8 @@ Description:
1616
1616
  Options:
1617
1617
 
1618
1618
  --email EMAIL npm account email (type: string)
1619
- --api_token TOKEN npm api token (type: string, required: true, alias: api_key, note: can be
1620
- retrieved from your local ~/.npmrc file, see:
1619
+ --api_token TOKEN npm api token (type: string, required, alias: api_key, note: can be retrieved
1620
+ from your local ~/.npmrc file, see:
1621
1621
  https://docs.npmjs.com/creating-and-viewing-authentication-tokens)
1622
1622
  --access ACCESS Access level (type: string, known values: public, private)
1623
1623
  --registry URL npm registry url (type: string)
@@ -1661,9 +1661,9 @@ Description:
1661
1661
 
1662
1662
  Options:
1663
1663
 
1664
- --server SERVER OpenShift server (type: string, required: true)
1665
- --token TOKEN OpenShift token (type: string, required: true)
1666
- --project PROJECT OpenShift project (type: string, required: true)
1664
+ --server SERVER OpenShift server (type: string, required)
1665
+ --token TOKEN OpenShift token (type: string, required)
1666
+ --project PROJECT OpenShift project (type: string, required)
1667
1667
  --app APP OpenShift application (type: string, default: repo name)
1668
1668
 
1669
1669
  Common Options:
@@ -1699,9 +1699,9 @@ Description:
1699
1699
 
1700
1700
  Options:
1701
1701
 
1702
- --username USER The packagecloud.io username. (type: string, required: true)
1703
- --token TOKEN The packagecloud.io api token. (type: string, required: true)
1704
- --repository REPO The repository to push to. (type: string, required: true)
1702
+ --username USER The packagecloud.io username. (type: string, required)
1703
+ --token TOKEN The packagecloud.io api token. (type: string, required)
1704
+ --repository REPO The repository to push to. (type: string, required)
1705
1705
  --local_dir DIR The sub-directory of the built assets for deployment. (type: string, default: .)
1706
1706
  --dist DIST Required for debian, rpm, and node.js packages (use "node" for node.js
1707
1707
  packages). The complete list of supported strings can be found on the
@@ -1745,8 +1745,8 @@ Description:
1745
1745
 
1746
1746
  Options:
1747
1747
 
1748
- --username NAME Puppet Forge user name (type: string, required: true, alias: user)
1749
- --password PASS Puppet Forge password (type: string, required: true)
1748
+ --username NAME Puppet Forge user name (type: string, required, alias: user)
1749
+ --password PASS Puppet Forge password (type: string, required)
1750
1750
  --url URL Puppet Forge URL to deploy to (type: string, default:
1751
1751
  https://forgeapi.puppetlabs.com/)
1752
1752
 
@@ -1783,8 +1783,8 @@ Description:
1783
1783
 
1784
1784
  Options:
1785
1785
 
1786
- --username NAME PyPI Username (type: string, required: true, alias: user)
1787
- --password PASS PyPI Password (type: string, required: true)
1786
+ --username NAME PyPI Username (type: string, required, alias: user)
1787
+ --password PASS PyPI Password (type: string, required)
1788
1788
  --server SERVER Release to a different index (type: string, default:
1789
1789
  https://upload.pypi.org/legacy/)
1790
1790
  --distributions DISTS Space-separated list of distributions to be uploaded to PyPI (type: string,
@@ -1934,7 +1934,7 @@ Description:
1934
1934
 
1935
1935
  Options:
1936
1936
 
1937
- -s --script SCRIPT The script to execute (type: string, required: true)
1937
+ -s --script SCRIPT The script to execute (type: string, required)
1938
1938
 
1939
1939
  Common Options:
1940
1940
 
@@ -1968,7 +1968,7 @@ Description:
1968
1968
 
1969
1969
  Options:
1970
1970
 
1971
- --token TOKEN Snap API token (type: string, required: true)
1971
+ --token TOKEN Snap API token (type: string, required)
1972
1972
  --snap STR Path to the snap to be pushed (can be a glob) (type: string, default: **/*.snap)
1973
1973
  --channel CHAN Channel into which the snap will be released (type: string, default: edge)
1974
1974
 
@@ -1990,7 +1990,7 @@ as `SNAP_TOKEN=<token>`.
1990
1990
 
1991
1991
  ### Surge
1992
1992
 
1993
- Support for deployments to Surge is in **beta**. Please see [Maturity Levels](https://github.com/travis-ci/dpl/#maturity-levels) for details.
1993
+
1994
1994
 
1995
1995
  ```
1996
1996
  Usage: dpl surge [options]
@@ -2005,10 +2005,8 @@ Description:
2005
2005
 
2006
2006
  Options:
2007
2007
 
2008
- --login EMAIL Surge login (the email address you use with Surge) (type: string, required:
2009
- true)
2010
- --token TOKEN Surge login token (can be retrieved with `surge token`) (type: string, required:
2011
- true)
2008
+ --login EMAIL Surge login (the email address you use with Surge) (type: string, required)
2009
+ --token TOKEN Surge login token (can be retrieved with `surge token`) (type: string, required)
2012
2010
  --domain NAME Domain to publish to. Not required if the domain is set in the CNAME file in the
2013
2011
  project folder. (type: string)
2014
2012
  --project PATH Path to project directory relative to repo root (type: string, default: .)
@@ -2046,9 +2044,9 @@ Description:
2046
2044
 
2047
2045
  Options:
2048
2046
 
2049
- --api_key KEY TestFairy API key (type: string, required: true)
2047
+ --api_key KEY TestFairy API key (type: string, required)
2050
2048
  --app_file FILE Path to the app file that will be generated after the build (APK/IPA) (type:
2051
- string, required: true)
2049
+ string, required)
2052
2050
  --symbols_file FILE Path to the symbols file (type: string)
2053
2051
  --testers_groups GROUPS Tester groups to be notified about this build (type: string, e.g.: e.g.
2054
2052
  group1,group1)
@@ -2530,4 +2528,4 @@ This tool would not exist without your help.
2530
2528
 
2531
2529
  A huge thank you goes out to all of our current and past [contributors](https://github.com/travis-ci/dpl/graphs/contributors):
2532
2530
 
2533
- 5c077yP, A.J. May, A92hm, Aakriti Gupta, Aaron Hill, Aaron1011, Abdón Rodríguez Davila, Adam King, Adam Mcgrath, adinata, Adrian Moreno, Ahmad Nassri, Ahmed Refaey, Ainun Nazieb, Albertin Loic, Alexander Springer, Alexey Kotlyarov, Ali Hajimirza, Amos Wenger, Anders Olsen Sandvik, Andrey Lushchick, Andy Vanbutsele, Angelo Livanos, Anne-Julia Seitz, Antoine Savignac, Anton Babenko, Anton Ilin, Arnold Daniels, Ashen Gunaratne, awesomescot, Axel Fontaine, Baptiste Courtois, Ben Hale, Benjamin Guttmann, Bob, Bob Zoller, Brad Gignac, Brandon Burton, Brandon LeBlanc, Brian Hou, Cameron White, capotej, Carla, carlad, Chad Engler, Chathan Driehuys, Chris Patterson, Christian Elsen, Christian Rackerseder, Clay Reimann, cleem, Cryptophobia, Damien Mathieu, Dan Buch, Dan Powell, Daniel X Moore, David F. Severski, Denis Cornehl, Dennis Koot, Devin J. Pohly, Dominic Jodoin, Dwayne Forde, emdantrim, Eric Peterson, Erik Dalén, Esteban Santiesteban, Étienne Michon, eyalbe4, Fabio Napoleoni, Felix Rieseberg, fgogolli, Filip Š, Flamur Gogolli, Gabriel Saldana, George Brighton, Gil, Gil Megidish, Gil Tselenchuk, Hao Luo, Hauke Stange, Henrik Hodne, Hiro Asari, IMANAKA, Kouta, Ivan Evtuhovich, Ivan Kusalic, Ivan Pozdeev, Jacob Burkhart, Jake Hewitt, Jakub Holy, James Adam, James Awesome, James Parker, Janderson, Jannis Leidel, Jeffrey Yasskin, Jeremy Frasier, Joe Damato, Joep van Delft, Johannes Würbach, johanneswuerbach, Johnny Dobbins, Jon Benson, Jon Rowe, Jon-Erik Schneiderhan, Jonatan Männchen, Jonathan Stites, Jonathan Sundqvist, jorgecasar, Josh Kalderimis, joshua-anderson, Jouni Kaplas, Julia S.Simon, Julio Capote, jung_b@localhost, Karim Fateem, Ke Zhu, konrad-c, Konstantin Haase, Kouta Imanaka, Kristofer Svardstal, Kyle Fazzari, Kyle VanderBeek, Loïc Mahieu, Lorenz Leutgeb, Lorne Currie, Louis Lagrange, Louis St-Amour, Luke Yeager, Maciej Skierkowski, Marc, María de Antón, mariadeanton, Mariana Lenetis and Zachary Gershman, Marius Gripsgard, Mark Pundsack, marscher, Marwan Rabbâa, Mathias Meyer, Mathias Rangel Wulff, Mathias San Miguel, Matt Hernandez, Matt Knox, Matt Travi, Matthew Knox, Maxime Brugidou, mayeut, Meir Gottlieb, Michael Bleigh, Michael Dunn, Michael Friis, Michel Boudreau, Mike Bryant, Nat Welch, Nicholas Bruning, Nick Mohoric, Nico Lindemann, Nigel Ramsay, Nikhil, Ole Michaelis, Olle Jonsson, Omer Katz, Patrique Legault, Paul Beaudoin, Paul Nikitochkin, Peter, Peter Georgantas, Peter Newman, Philipp Hansch, Piotr Sarnacki, Radek Lisowski, Radosław Lisowski, Rail Aliiev, Randall A. Gordon, Robert Gogolok, Rokas Brazdžionis, Romuald Bulyshko, root, ryanj, Ryn Daniels, Samir Talwar, Samuel Wright, Sandor Zeestraten, Sascha Zarhuber, SAULEAU Sven, Scot Spinner, Sebastien Estienne, Sergei Chertkov, shunyi, Simon, Solly, Sorin Sbarnea, Soulou, Stefan Kolb, Steffen Kötte, step76, Steven Berlanga, Sven Fuchs, Sviatoslav Sydorenko, testfairy, Tim Ysewyn, Troels Thomsen, Tyler Cross, Uriah Levy, Vincent Jacques, Vojtech Vondra, Vojtěch Vondra, Wael M. Nasreddine, Wim Looman, Xavier Krantz, yeonhoyoon, Zane Williamson
2531
+ 5c077yP, A.J. May, A92hm, Aakriti Gupta, Aaron Hill, Aaron1011, Abdón Rodríguez Davila, Adam King, Adam Mcgrath, adinata, Adrian Moreno, Ahmad Nassri, Ahmed Refaey, Ainun Nazieb, Albertin Loic, Alexander Springer, Alexey Kotlyarov, Ali Hajimirza, Amos Wenger, Anders Olsen Sandvik, Andrey Lushchick, Andy Vanbutsele, Angelo Livanos, Anne-Julia Seitz, Antoine Savignac, Anton Babenko, Anton Ilin, Arnold Daniels, Ashen Gunaratne, awesomescot, Axel Fontaine, Baptiste Courtois, Ben Hale, Benjamin Guttmann, Bob, Bob Zoller, Brad Gignac, Brandon Burton, Brandon LeBlanc, Brian Hou, Cameron White, capotej, Carla, carlad, Chad Engler, Chathan Driehuys, Chris Patterson, Christian Elsen, Christian Rackerseder, Clay Reimann, cleem, Cryptophobia, Damien Mathieu, Dan Buch, Dan Powell, Daniel X Moore, David F. Severski, Denis Cornehl, Dennis Koot, dependabot[bot], Devin J. Pohly, Dominic Jodoin, Dwayne Forde, emdantrim, Eric Peterson, Erik Dalén, Esteban Santiesteban, Étienne Michon, eyalbe4, Fabio Napoleoni, Felix Rieseberg, fgogolli, Filip Š, Flamur Gogolli, Gabriel Saldana, George Brighton, Gil, Gil Megidish, Gil Tselenchuk, Hao Luo, Hauke Stange, Henrik Hodne, Hiro Asari, IMANAKA, Kouta, Ivan Evtuhovich, Ivan Kusalic, Ivan Pozdeev, Jacob Burkhart, Jake Hewitt, Jakub Holy, James Adam, James Awesome, James Parker, Janderson, Jannis Leidel, Jeffrey Yasskin, Jeremy Frasier, Joe Damato, Joep van Delft, Johannes Würbach, johanneswuerbach, Johnny Dobbins, Jon Benson, Jon Rowe, Jon-Erik Schneiderhan, Jonatan Männchen, Jonathan Stites, Jonathan Sundqvist, jorgecasar, Josh Kalderimis, joshua-anderson, Jouni Kaplas, Julia S.Simon, Julio Capote, jung_b@localhost, Karim Fateem, Ke Zhu, konrad-c, Konstantin Haase, Kouta Imanaka, Kristofer Svardstal, Kyle Fazzari, Kyle VanderBeek, Loïc Mahieu, Lorenz Leutgeb, Lorne Currie, Louis Lagrange, Louis St-Amour, Luke Yeager, Maciej Skierkowski, Marc, María de Antón, mariadeanton, Mariana Lenetis and Zachary Gershman, Marius Gripsgard, Mark Pundsack, marscher, Marwan Rabbâa, Mathias Meyer, Mathias Rangel Wulff, Mathias San Miguel, Matt Hernandez, Matt Knox, Matt Travi, Matthew Knox, Maxime Brugidou, mayeut, Meir Gottlieb, Michael Bleigh, Michael Dunn, Michael Friis, Michel Boudreau, Mike Bryant, Nat Welch, Nicholas Bruning, Nick Mohoric, Nico Lindemann, Nigel Ramsay, Nikhil, Ole Michaelis, Olle Jonsson, Omer Katz, Patrique Legault, Paul Beaudoin, Paul Nikitochkin, Peter, Peter Georgantas, Peter Newman, Philipp Hansch, Piotr Sarnacki, Radek Lisowski, Radosław Lisowski, Rail Aliiev, Randall A. Gordon, Robert Gogolok, Rokas Brazdžionis, Romuald Bulyshko, root, ryanj, Ryn Daniels, Samir Talwar, Samuel Wright, Sandor Zeestraten, Sascha Zarhuber, SAULEAU Sven, Scot Spinner, Sebastien Estienne, Sergei Chertkov, shunyi, Simon, Solly, Sorin Sbarnea, Soulou, Stefan Kolb, Steffen Kötte, step76, Steven Berlanga, Sven Fuchs, Sviatoslav Sydorenko, testfairy, Tim Ysewyn, Troels Thomsen, Tyler Cross, Uriah Levy, Vincent Jacques, Vojtech Vondra, Vojtěch Vondra, Wael M. Nasreddine, Wen Kokke, Wim Looman, Xavier Krantz, yeonhoyoon, Zane Williamson