You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several older commands rely on a combination of Run + log to handle errors. In the newer commands, we have turned towards using the RunE field for cobra commands.
We need to go through and change all the Run instances to RunE
Several older commands rely on a combination of
Run+logto handle errors. In the newer commands, we have turned towards using theRunEfield for cobra commands.We need to go through and change all the
Runinstances toRunE