changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 23: 411eeaebc6d2
child: a0017112db77
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 02 Jun 2024 00:42:41 -0400
permissions: -rw-r--r--
description: doc updates
1 #+title: krypt
2 #+author: Richard Westhaver
3 * help
4 #+begin_src shell :results pp replace
5 krypt -h
6 #+end_src
7 
8 #+RESULTS:
9 #+begin_example
10 Krypt CLI
11 
12 Usage: krypt [OPTIONS] [COMMAND]
13 
14 Commands:
15  check check service providers and config
16  show Show Krypt info
17  search Query the Krypt
18  help Print this message or the help of the given subcommand(s)
19 
20 Options:
21  -c, --cfg <CFG> Set the default config file [env: KRYPT_CONFIG_FILE=]
22  -u, --user <USER> Set a user for this command [env: USER=ellis]
23  -l, --level... Set log level
24  -h, --help Print help
25  -V, --version Print version
26 #+end_example