Commit b1c1d5f 1 parent 967eaae commit b1c1d5f Copy full SHA for b1c1d5f
File tree 2 files changed +20
-16
lines changed
2 files changed +20
-16
lines changed Original file line number Diff line number Diff line change 1
1
# Tools
2
2
3
- Tools are located under the ` tools/ ` subdirectory. Each tool directory must have ` manifest.yaml ` and ` Dockerfile.template ` ..
3
+ Tools are located under the ` tools/ ` subdirectory. Each tool directory must have ` manifest.yaml ` and ` Dockerfile.template ` .
4
4
5
5
Template files are located in ` @template/ ` .
6
6
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ The following subcommands are available.
4
4
5
5
## completion
6
6
7
- COMING SOON
7
+ Generate completion scripts
8
8
9
9
## cron
10
10
11
- COMING SOON
11
+ Install cron jobs for updating the metadata (see ` update ` ) as well as upgrading all tools (see ` upgrade ` )
12
12
13
13
See also [ cron] ( cron.md )
14
14
@@ -26,58 +26,62 @@ COMING SOON
26
26
27
27
## help
28
28
29
- COMING SOON
29
+ Display help
30
30
31
31
## inspect
32
32
33
- COMING SOON
33
+ Show all files belonging to the specified tool: ` uniget inspect docker `
34
34
35
35
## install
36
36
37
- COMING SOON
37
+ Install one or more tools
38
38
39
39
## list
40
40
41
- COMING SOON
41
+ List available or installed tools
42
42
43
43
## man
44
44
45
- COMING SOON
45
+ Install manpages for uniget
46
46
47
47
## message
48
48
49
- COMING SOON
49
+ Show messages for a tools
50
50
51
51
## postinstall
52
52
53
- COMING SOON
53
+ Deprecated. Will be replaced by ` shim `
54
54
55
55
## search
56
56
57
- COMING SOON
57
+ Search for tools
58
58
59
59
## self-upgrade
60
60
61
+ Upgrade uniget to the latest version
62
+
63
+ ## shim
64
+
61
65
COMING SOON
62
66
63
67
## tags
64
68
65
- COMING SOON
69
+ Show tags used for available tools
66
70
67
71
## uninstall
68
72
69
- COMING SOON
73
+ Remove one or more tools
70
74
71
75
## update
72
76
73
- COMING SOON
77
+ Update metadata about tools
74
78
75
79
See also [ concepts] ( concepts.md )
76
80
77
81
## upgrade
78
82
79
- COMING SOON
83
+ Upgrade a tool to the latest version
80
84
81
85
## version
82
86
83
- COMING SOON
87
+ Show the version of an installed tool
You can’t perform that action at this time.
0 commit comments