cmd/principal: Tweaks

(1) As per @monopole's request, rename the 'addtoroots' command to
    'recognize'
(2) Re-order the arguments to "P KEY" (instead of "KEY P") so that
    things like:
    principal --v23.credentials=/tmp/alice get publickey | \
     xargs principal --v23.credentials=/tmp/bob recognize alice
    will work.

This should help make resolving veyron/release-issues#1994 easier
(the `xargs` command should be usable)

MultiPart: 1/2

Change-Id: I8e5c44ac21d54725f0e576c7de0ee527b8c11fb2
3 files changed
tree: cb45dc22c591357686ff65094351d6dc4f9442b2
  1. cmd/
  2. envvar/
  3. examples/
  4. internal/
  5. lib/
  6. profiles/
  7. services/
  8. test/
  9. .gitignore
  10. AUTHORS
  11. CONTRIBUTORS
  12. LICENSE
  13. PATENTS
  14. README.md
  15. VERSION
README.md

Vanadium

This repository contains a reference implementation of the Vanadium APIs.

Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.