Specification
secrets mkdir is pretty simple, it will create a directory at the specified paths.
- Creates a directory at the specified path.
- Can take multiple paths to create multiple directories.
- Does not support wildcards or globing
- If a parent directory of a path doesn't exist then it will throw
ENOENT
- If
-p is specified then it will create missing parent directories.
Additional context
Related #32
Tasks
- Implement
secrets mkdir command
- Supports multiple paths for creation.
- Supports
-p flag for recursively creating directories.
- Can take either normal paths or secret paths.
Specification
secrets mkdiris pretty simple, it will create a directory at the specified paths.ENOENT-pis specified then it will create missing parent directories.Additional context
Related #32
Tasks
secrets mkdircommand-pflag for recursively creating directories.