changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > org > docs / core/app/krypt.org

revision 11: d0a90a87b824
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/core/app/krypt.org	Sat Dec 09 20:50:45 2023 -0500
     1.3@@ -0,0 +1,25 @@
     1.4+{{{header(kyrpt,Richard Westhaver,ellis@rwest.io)}}}
     1.5+* help
     1.6+#+begin_src shell :results pp replace
     1.7+krypt -h
     1.8+#+end_src
     1.9+
    1.10+#+RESULTS:
    1.11+#+begin_example
    1.12+Krypt CLI
    1.13+
    1.14+Usage: krypt [OPTIONS] [COMMAND]
    1.15+
    1.16+Commands:
    1.17+  check   check service providers and config
    1.18+  show    Show Krypt info
    1.19+  search  Query the Krypt
    1.20+  help    Print this message or the help of the given subcommand(s)
    1.21+
    1.22+Options:
    1.23+  -c, --cfg <CFG>    Set the default config file [env: KRYPT_CONFIG_FILE=]
    1.24+  -u, --user <USER>  Set a user for this command [env: USER=ellis]
    1.25+  -l, --level...     Set log level
    1.26+  -h, --help         Print help
    1.27+  -V, --version      Print version
    1.28+#+end_example