• Matt Butcher's avatar
    fix(helm): add dry-run flag for init · 89c78158
    Matt Butcher authored
    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
    89c78158
install_test.go 2.9 KB