cloudfoundry-attic / bosh-workspace

Gem for managing your bosh workspace
MIT License
22 stars 26 forks source link

bosh deploy --no-redact does not work #120

Closed jim80net closed 8 years ago

jim80net commented 8 years ago
x@jumpbox1:~/workspace/x-prod-azure$ bosh deploy --no-redact
invalid option: --no-redact
Usage: bosh        deploy [--recreate]
       --recreate            recreate all VMs in deployment
x@jumpbox1:~/workspace/x-prod-azure$ sudo gem uninstall bosh-workspace
Successfully uninstalled bosh-workspace-0.9.10
x@jumpbox1:~/workspace/x-prod-azure$ bosh deploy --no-redact
RSA 1024 bit CA certificates are loaded due to old openssl compatibility
Acting as user 'admin' on deployment 'logsearch-x-prod' on 'bosh'
Getting deployment properties from director...

Detecting deployment changes
----------------------------
properties:
  cloudfoundry:
    firehose_port:
  elasticsearch:
    exec:
Please review all changes carefully

Deploying
---------
Are you sure you want to deploy? (type 'yes' to continue):
rkoster commented 8 years ago

@jim80net the no-redact option is missing here, the options have became out of sync with upstream. I would accept a PR to add those options.

rkoster commented 8 years ago

Fixed in https://github.com/cloudfoundry-incubator/bosh-workspace/pull/121