replicatedhq/unfork

After unfork is completed, show next steps

marccampbell opened this issue · 3 comments

We should show the next steps after successfully unforking.

This are:

Your unforked Chart is available at ~/path/name

You can install the same version with:
kubectl apply -k ~/path/name/overlays/downstreams/unforked

You can update to the latest version of name with:
kots pull helm://name 

@marccampbell should unfork continue running after an individual helm chart is unforked? That is the current behavior.

Or do you want this as a dialog after each unfork action?

I've added it after each unfork action for now.

Fixed by pr #19.