knowledge-repo icon indicating copy to clipboard operation
knowledge-repo copied to clipboard

Create new `kr` complement to `kp`

Open matthewwardrop opened this issue 5 years ago • 0 comments

As a rough idea, something like:

  • [ ] Add new script kr for interacting with knowledge repositories, and adding/managing knowledge posts therein.
    • [ ] kr [--repo <repository (alias? defaulted?)>]* add <post_path> [--path <kr_path>] [--update]
    • [ ] ~kr [--repo <repository (alias? defaulted?)>]* submit <kr_path>~ [Adding to a knowledge repo is submission with these tools.]
    • [ ] kr [--repo <repository (alias? defaulted?)>]* get <kr_path> [--path <local_path>] [--format <format>]
    • [ ] kr [--repo <repository (alias? defaulted?)>]* serve ...

matthewwardrop avatar Oct 03 '18 23:10 matthewwardrop