Skip to content

Implement secrets mkdir command #246

@tegefaulkes

Description

@tegefaulkes

Specification

secrets mkdir is pretty simple, it will create a directory at the specified paths.

  1. Creates a directory at the specified path.
  2. Can take multiple paths to create multiple directories.
  3. Does not support wildcards or globing
  4. If a parent directory of a path doesn't exist then it will throw ENOENT
  5. If -p is specified then it will create missing parent directories.

Additional context

Related #32

Tasks

  1. Implement secrets mkdir command
  2. Supports multiple paths for creation.
  3. Supports -p flag for recursively creating directories.
  4. Can take either normal paths or secret paths.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions