ceremonyclient/client/cmd/node/uninstall.go
2025-04-10 14:37:27 -08:00

11 lines
379 B
Go

package node
// TODO: Implement a command to uninstall the current and previous versions
// of the node and all files, not including user data
// this should NEVER delete the user data, only the node files and logs
// prompt the user for confirmation or a --force flag to skip the confirmation
// qlient node uninstall
// qlient node uninstall --force (skip the confirmation)