changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 11: d0a90a87b824
author: ellis <ellis@rwest.io>
date: Sat, 09 Dec 2023 20:50:45 -0500
permissions: -rw-r--r--
description: populate
1 {{{header(kyrpt,Richard Westhaver,ellis@rwest.io)}}}
2 * help
3 #+begin_src shell :results pp replace
4 krypt -h
5 #+end_src
6 
7 #+RESULTS:
8 #+begin_example
9 Krypt CLI
10 
11 Usage: krypt [OPTIONS] [COMMAND]
12 
13 Commands:
14  check check service providers and config
15  show Show Krypt info
16  search Query the Krypt
17  help Print this message or the help of the given subcommand(s)
18 
19 Options:
20  -c, --cfg <CFG> Set the default config file [env: KRYPT_CONFIG_FILE=]
21  -u, --user <USER> Set a user for this command [env: USER=ellis]
22  -l, --level... Set log level
23  -h, --help Print help
24  -V, --version Print version
25 #+end_example