Opened at 2011-06-04T14:39:59Z
Last modified at 2012-11-15T03:43:23Z
#1415 new defect
WUI is more useful than CLI
Reported by: | gdt | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | code-frontend | Version: | 1.8.2 |
Keywords: | security privacy capleak integrity confidentiality | Cc: | |
Launchpad Bug: |
Description
There are things that the WUI can do (e.g., attenuate caps, list a directory and show all the various caps of entries) that can't be done in the CLI. Using the WUI usually involves using web browsers which handle secrets as URLs and form contents, rather than solely as passwords. While some people prefer WUI-type interfaces, given the security issues it's bad to encourage their use by having the CLI be less capable.
This ticket is really about things the WUI can do that involve capabilities. I don't have an objection to the status page not being implemented in the CLI.
Change History (4)
comment:1 Changed at 2011-06-04T21:20:53Z by davidsarah
comment:2 Changed at 2011-06-05T00:39:55Z by gdt
I found ls --json, which addresses my need (really understand directory contents and see all the data that is there). I don't have a good answer for why I didn't read the help.
Perhaps "get" on a directory should suggest ls --json. Between that and ls --json, that more or less obviates the need for get to work on directories.
comment:3 Changed at 2012-03-29T20:03:07Z by davidsarah
- Priority changed from major to normal
comment:4 Changed at 2012-11-15T03:43:23Z by davidsarah
Also see #1856 (CLI command to generate an incident report).
Attenuating caps using the CLI is #1299.
To include URIs in directory listings, use the --uri and --readonly-uri options to tahoe ls. These are documented in tahoe ls --help; is there anything else we could do to make them more discoverable?