Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
password prompts for HTTP targets
Browse files Browse the repository at this point in the history
  • Loading branch information
mkloubert committed Jun 4, 2017
1 parent 61c072a commit f6f1319
Show file tree
Hide file tree
Showing 3 changed files with 237 additions and 186 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 9.16.0 (June 4th, 2017; password prompts)

* password box is shown now if no password / token / key is defined in [API](https://github.com/mkloubert/vs-deploy/wiki/target_api), [Azure blob](https://github.com/mkloubert/vs-deploy/wiki/target_azureblob), [DropBox](https://github.com/mkloubert/vs-deploy/wiki/target_dropbox), [FTP](https://github.com/mkloubert/vs-deploy/wiki/target_ftp) and [mail](https://github.com/mkloubert/vs-deploy/wiki/target_mail) targets
* password box is shown now if no password / token / key is defined in [API](https://github.com/mkloubert/vs-deploy/wiki/target_api), [Azure blob](https://github.com/mkloubert/vs-deploy/wiki/target_azureblob), [DropBox](https://github.com/mkloubert/vs-deploy/wiki/target_dropbox), [FTP](https://github.com/mkloubert/vs-deploy/wiki/target_ftp), [HTTP](https://github.com/mkloubert/vs-deploy/wiki/target_http) and [mail](https://github.com/mkloubert/vs-deploy/wiki/target_mail) targets

## 9.15.1 (June 4th, 2017; bugfixes and password prompt for SFTP)

Expand Down
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11242,6 +11242,11 @@
"description": "Submit the content of a file or not.",
"default": true
},
"promptForPassword": {
"type": "boolean",
"description": "Prompt for a password if not defined.",
"default": true
},
"description": {
"type": "string",
"description": "A description for the target."
Expand Down Expand Up @@ -15514,6 +15519,11 @@
"transformerOptions": {
"description": "Optional data for the transformer script."
},
"promptForPassword": {
"type": "boolean",
"description": "Prompt for a password if not defined.",
"default": true
},
"description": {
"type": "string",
"description": "A description for the target."
Expand Down
Loading

0 comments on commit f6f1319

Please sign in to comment.