Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

secrets ls should be able to operate on multiple paths #321

Open
aryanjassal opened this issue Oct 29, 2024 · 1 comment
Open

secrets ls should be able to operate on multiple paths #321

aryanjassal opened this issue Oct 29, 2024 · 1 comment
Assignees
Labels
development Standard development

Comments

@aryanjassal
Copy link
Member

Specification

In Unix, the ls command is able to list out the contents of each provided argument. This currently is not the case with the secrets ls command.

This needs to be updated to align with Unix expectations.

[aryanj@matrix-34xx:~]$ ls dir1
file1  file2

[aryanj@matrix-34xx:~]$ ls dir1 dir2
dir1:
file1 file2

dir2:
another_file  one_more_file

Additional context

Tasks

  1. Implement multiple vault listing support
  2. Write tests (use fastcheck where possible)
@aryanjassal aryanjassal added the development Standard development label Oct 29, 2024
@aryanjassal aryanjassal self-assigned this Oct 29, 2024
Copy link

linear bot commented Oct 29, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development Standard development
Development

No branches or pull requests

1 participant