Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Give us time to delete --vault.
Browse files Browse the repository at this point in the history
 🐿 v2.5.16
  • Loading branch information
sjparkinson committed Oct 24, 2017
1 parent 9789368 commit 0d944a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tasks/configure.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ module.exports = function (program, utils) {
.option('-o, --overrides <abc>', 'override these values', utils.list)
.option('-n, --no-splunk', 'configure not to drain logs to splunk')
.option('-r, --registry [registry-uri]', `use this registry, instead of the default: ${DEFAULT_REGISTRY_URI}`, DEFAULT_REGISTRY_URI)
.option('--vault', 'no-op, please remove this option from your Makefile')
.action(function (source, target, options) {
if (!options.splunk) {
console.log('WARNING: --no-splunk no longer does anything and will be removed in the next version of NBT'); // eslint-disable-line no-console
Expand Down
1 change: 1 addition & 0 deletions tasks/float.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ module.exports = function (program, utils) {
.option('-d --no-destroy', 'Don\'t automatically destroy new apps')
.option('-r, --registry [registry-uri]', `use this registry, instead of the default: ${DEFAULT_REGISTRY_URI}`, DEFAULT_REGISTRY_URI)
.option('-s --skip-gtg', 'skip the good-to-go HTTP check')
.option('--vault', 'no-op, please remove this option from your Makefile')
.action(function (options){
task(options).catch(utils.exit);
});
Expand Down
1 change: 1 addition & 0 deletions tasks/ship.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ module.exports = function (program, utils) {
.option('-p --pipeline [name]', 'The name of the pipeline to deploy to. Defaults to the app name')
.option('-r, --registry [registry-uri]', `use this registry, instead of the default: ${DEFAULT_REGISTRY_URI}`, DEFAULT_REGISTRY_URI)
.option('-m --multiregion', 'Will expect a US app as well as an EU one')
.option('--vault', 'no-op, please remove this option from your Makefile')
.action(function (options){
task(options).catch(utils.exit);
});
Expand Down

0 comments on commit 0d944a2

Please sign in to comment.