blob: 6a176aaf5c37fd6dae772b68707ebb36efeaa8c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
fatcat-cli(1) "fatcat.wiki CLI Manual Page"
# NAME
fatcat-cli - something something
# SYNOPSIS
fatcat-cli [FLAGS] [OPTIONS] <SUBCOMMAND>
Subcommands:
create
delete
edit
editgroup
get
help
search
status
update
# DESCRIPTION
# OPTIONS
*-h, --help*
Prints help information
*-V, --version*
Prints version information
*-v, --verbose*
Pass many times for more log output
By default, it'll only report errors. Passing `-v` one time also prints warnings, `-vv` enables info logging, `-vvv` debug, and `-vvvv` trace.
*--api-host <api-host>* [env: FATCAT_API_HOST] [default: https://api.fatcat.wiki]
*--api-token <api-token>* [env: FATCAT_API_AUTH_TOKEN]
*--search-host <search-host>* [env: FATCAT_SEARCH_HOST] [default: https://search.fatcat.wiki]
# EXAMPLES
Some examples of usage will go here, like:
fatcat-cli get thing
|