-
Notifications
You must be signed in to change notification settings - Fork 0
/
uniget.cheat
53 lines (36 loc) · 1002 Bytes
/
uniget.cheat
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
49
50
51
52
53
% uniget
$ tool: uniget list --- --column 2 --delimiter '\s+'
$ installed: uniget list --installed --- --column 2 --delimiter '\s+'
$ tag: uniget tags --- column 2 --delimiter '\s+'
# Upgrade uniget
sudo uniget self-upgrade
# Download metadata
sudo uniget update
# Show available tools
uniget list
# Show information about a specific tool
uniget describe <tool>
# Install default tools
sudo uniget install --default
# Show installed tools
uniget list --installed
# Install specific tool
sudo uniget install <tool>
# Uninstall specific tool
sudo uniget uninstall <installed>
# Upgrade all installed tools
sudo uniget upgrade
# Show status of installed tools
sudo uniget install --installed --plan
# Show tags
uniget tags
# Show tools for term sbom
uniget search sbom
# Show tools with tag sbom
uniget search sbom --only-tags
# Show installed version
uniget version <installed>
# Show files shipped with a tool
uniget inspect <tool>
# Generate Dockerfile for tools
uniget generate <tool>