changelog shortlog graph tags branches changeset file revisions annotate raw help

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

revision 48: 9f2e9e647333
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/core/app/krypt.org	Sat Sep 07 22:34:47 2024 -0400
     1.3@@ -0,0 +1,32 @@
     1.4+#+title: krypt
     1.5+#+author: Richard Westhaver
     1.6+#+setupfile: ../../../clean.theme
     1.7+#+OPTIONS: num:nil
     1.8+
     1.9+* help
    1.10+:PROPERTIES:
    1.11+:ID:       cefd6977-2f05-4541-a04e-3d8e20d82b02
    1.12+:END:
    1.13+#+begin_src shell :results pp replace :exports both
    1.14+krypt -h
    1.15+#+end_src
    1.16+
    1.17+#+RESULTS:
    1.18+#+begin_example
    1.19+Krypt CLI
    1.20+
    1.21+Usage: krypt [OPTIONS] [COMMAND]
    1.22+
    1.23+Commands:
    1.24+  check   check service providers and config
    1.25+  show    Show Krypt info
    1.26+  search  Query the Krypt
    1.27+  help    Print this message or the help of the given subcommand(s)
    1.28+
    1.29+Options:
    1.30+  -c, --cfg <CFG>    Set the default config file [env: KRYPT_CONFIG_FILE=]
    1.31+  -u, --user <USER>  Set a user for this command [env: USER=ellis]
    1.32+  -l, --level...     Set log level
    1.33+  -h, --help         Print help
    1.34+  -V, --version      Print version
    1.35+#+end_example