changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 31: 0b69e63c9374
parent: a0017112db77
child: 517e7b6fb42d
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 16 Jun 2024 01:14:25 -0400
permissions: -rw-r--r--
description: clean
1 #+title: krypt
2 #+author: Richard Westhaver
3 #+setupfile: ../../../clean.theme
4 #+OPTIONS: num:nil
5 #+INFOJS_OPT: toc:nil view:showal
6 
7 * help
8 #+begin_src shell :results pp replace :exports both
9 krypt -h
10 #+end_src
11 
12 #+RESULTS:
13 #+begin_example
14 Krypt CLI
15 
16 Usage: krypt [OPTIONS] [COMMAND]
17 
18 Commands:
19  check check service providers and config
20  show Show Krypt info
21  search Query the Krypt
22  help Print this message or the help of the given subcommand(s)
23 
24 Options:
25  -c, --cfg <CFG> Set the default config file [env: KRYPT_CONFIG_FILE=]
26  -u, --user <USER> Set a user for this command [env: USER=ellis]
27  -l, --level... Set log level
28  -h, --help Print help
29  -V, --version Print version
30 #+end_example