Closed
Description
Specification
The secrets rm
command will remove one or more files specified by paths.
- Will remove the file at the specified path.
- Multiple paths can be specified.
- Supports wildcard and globing.
- Supports a
-r
recursive option for deleting directories with contents. - Supports normal and secret paths.
Additional context
Related #32
Tasks
- Implement
secret rm
command. - Supports multiple specified paths.
- supports wildcard and globing
- supports a
-r
option to recursively delete directories and their contents.