-
Notifications
You must be signed in to change notification settings - Fork 4
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
Implement secrets ls
command
#245
Comments
Although the EFS (based on VFS) fully supports file permissions, it sort of meaningless in the context of Polykey. Furthermore the user is always root. So in a way I'm not sure if we should fully replicate the the whole unix permission and user output that That being said, maintaining similar textual format makes it easier to pipe into other commands. One might just default to |
The command now lists contents based on the directory name instead of listing all the files by default. The remaining tasks will be tracked by #278 (comment) (ENG-406). |
What do you mean based on directory name? It should also list all files right? |
If you pass in a directory name, then it will list all contents of that directory, instead of listing all the files that exist in the vault, which was the behaviour of the old |
Are you also removing the old |
Yes, the old `list` command has been removed.
…On Wed, 11 Sept 2024, 10:07 am Roger Qiu, ***@***.***> wrote:
Are you also removing the old list command too? I don't want those
vestigial commands left around.
—
Reply to this email directly, view it on GitHub
<#245 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUFSRPTBQB53624HQ2TWTZLZV6CSXAVCNFSM6AAAAABKWAGE22VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBSGM3DMMBZGY>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Great! |
Specification
The
secrets ls
command will list the contents of a directory.There are 3 main features to support here.
-l
-a
stdin
is ignoredAdditional context
Related #32
Tasks
secrets ls
command-l
format.
should be hidden unless-a
is used.The text was updated successfully, but these errors were encountered: