Skip to content

Commit b1c1d5f

Browse files
Updates
1 parent 967eaae commit b1c1d5f

File tree

2 files changed

+20
-16
lines changed

2 files changed

+20
-16
lines changed

docs/manifest.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tools
22

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`.
44

55
Template files are located in `@template/`.
66

docs/subcommands.md

+19-15
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ The following subcommands are available.
44

55
## completion
66

7-
COMING SOON
7+
Generate completion scripts
88

99
## cron
1010

11-
COMING SOON
11+
Install cron jobs for updating the metadata (see `update`) as well as upgrading all tools (see `upgrade`)
1212

1313
See also [cron](cron.md)
1414

@@ -26,58 +26,62 @@ COMING SOON
2626

2727
## help
2828

29-
COMING SOON
29+
Display help
3030

3131
## inspect
3232

33-
COMING SOON
33+
Show all files belonging to the specified tool: `uniget inspect docker`
3434

3535
## install
3636

37-
COMING SOON
37+
Install one or more tools
3838

3939
## list
4040

41-
COMING SOON
41+
List available or installed tools
4242

4343
## man
4444

45-
COMING SOON
45+
Install manpages for uniget
4646

4747
## message
4848

49-
COMING SOON
49+
Show messages for a tools
5050

5151
## postinstall
5252

53-
COMING SOON
53+
Deprecated. Will be replaced by `shim`
5454

5555
## search
5656

57-
COMING SOON
57+
Search for tools
5858

5959
## self-upgrade
6060

61+
Upgrade uniget to the latest version
62+
63+
## shim
64+
6165
COMING SOON
6266

6367
## tags
6468

65-
COMING SOON
69+
Show tags used for available tools
6670

6771
## uninstall
6872

69-
COMING SOON
73+
Remove one or more tools
7074

7175
## update
7276

73-
COMING SOON
77+
Update metadata about tools
7478

7579
See also [concepts](concepts.md)
7680

7781
## upgrade
7882

79-
COMING SOON
83+
Upgrade a tool to the latest version
8084

8185
## version
8286

83-
COMING SOON
87+
Show the version of an installed tool

0 commit comments

Comments
 (0)