changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 45: 517e7b6fb42d
parent: 0b69e63c9374
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 25 Aug 2024 00:15:40 -0400
permissions: -rw-r--r--
description: meta and task work
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 :PROPERTIES:
9 :ID: cefd6977-2f05-4541-a04e-3d8e20d82b02
10 :END:
11 #+begin_src shell :results pp replace :exports both
12 krypt -h
13 #+end_src
14 
15 #+RESULTS:
16 #+begin_example
17 Krypt CLI
18 
19 Usage: krypt [OPTIONS] [COMMAND]
20 
21 Commands:
22  check check service providers and config
23  show Show Krypt info
24  search Query the Krypt
25  help Print this message or the help of the given subcommand(s)
26 
27 Options:
28  -c, --cfg <CFG> Set the default config file [env: KRYPT_CONFIG_FILE=]
29  -u, --user <USER> Set a user for this command [env: USER=ellis]
30  -l, --level... Set log level
31  -h, --help Print help
32  -V, --version Print version
33 #+end_example