fix(helm): add dry-run flag for init
This adds a --dry-run flag to init, and causes the manifest file for Tiller to be emitted on --debug. Together, this means you can do a 'helm init --dry-run --debug' and dump the Tiller manifest much as you can with 'helm install --dry-run --debug'. This does not require a server round-trip. Closes #1417
Showing
Please
register
or
sign in
to comment