changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 48: 9f2e9e647333
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 07 Sep 2024 22:34:47 -0400
permissions: -rw-r--r--
description: core documentation and stats
1 #+title: krypt
2 #+author: Richard Westhaver
3 #+setupfile: ../../../clean.theme
4 #+OPTIONS: num:nil
5 
6 * help
7 :PROPERTIES:
8 :ID: cefd6977-2f05-4541-a04e-3d8e20d82b02
9 :END:
10 #+begin_src shell :results pp replace :exports both
11 krypt -h
12 #+end_src
13 
14 #+RESULTS:
15 #+begin_example
16 Krypt CLI
17 
18 Usage: krypt [OPTIONS] [COMMAND]
19 
20 Commands:
21  check check service providers and config
22  show Show Krypt info
23  search Query the Krypt
24  help Print this message or the help of the given subcommand(s)
25 
26 Options:
27  -c, --cfg <CFG> Set the default config file [env: KRYPT_CONFIG_FILE=]
28  -u, --user <USER> Set a user for this command [env: USER=ellis]
29  -l, --level... Set log level
30  -h, --help Print help
31  -V, --version Print version
32 #+end_example