func changeNodeRole(cmd *cobra.Command, args []string, role api.NodeRole) error {
    if len(args) == 0 {
        return errors.New("missing node ID")
    }