You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-s, --silent Don't output logs even if there's an error
16
16
Commands:
17
-
asciify Converts UTF-8 on stdin to ASCII by escaping Unicode
18
-
characters
19
-
assert Provides assertion operators for verifying container
20
-
setup
21
-
compare-versions Used for shell scripting, exits with success(0) when
22
-
comparison is satisfied or 1 when not
23
-
find Specialized replacement for GNU's find
24
-
get Download a file
25
-
hash Outputs an MD5 hash of the standard input
26
-
install-forge Downloads and installs a requested version of Forge
27
-
interpolate Interpolates existing files in one or more directories
28
-
java-release Outputs the Java release number, such as 8, 11, 17
29
-
maven-download Downloads a maven artifact from a Maven repository
30
-
modrinth Automates downloading of modrinth resources
31
-
patch Patches one or more existing files using JSON path
32
-
based operations
33
-
sync Synchronizes the contents of one directory to another.
34
-
sync-and-interpolate Synchronizes the contents of one directory to another
35
-
with conditional variable interpolation.
36
-
yaml-path Extracts a path from a YAML file using json-path syntax
37
-
vanillatweaks Downloads Vanilla Tweaks resource packs, data packs, or
38
-
crafting tweaks given a share code or pack file
17
+
asciify Converts UTF-8 on stdin to ASCII by escaping
18
+
Unicode characters
19
+
assert Provides assertion operators for verifying
20
+
container setup
21
+
compare-versions Used for shell scripting, exits with success(0)
22
+
when comparison is satisfied or 1 when not
23
+
curseforge-files Download and manage individual mod/plugin files
24
+
from CurseForge
25
+
find Specialized replacement for GNU's find
26
+
get Download a file
27
+
github
28
+
hash Outputs an MD5 hash of the standard input
29
+
install-curseforge Downloads, installs, and upgrades CurseForge
30
+
modpacks
31
+
install-fabric-loader Provides a few ways to obtain a Fabric loader with
32
+
simple cleanup of previous loader instances
33
+
install-forge Downloads and installs a requested version of Forge
34
+
install-modrinth-modpack Supports installation of Modrinth modpacks along
35
+
with the associated mod loader
36
+
install-neoforge Downloads and installs a requested version of
37
+
NeoForge
38
+
install-paper Installs selected PaperMC
39
+
install-purpur Downloads latest or selected version of Purpur
40
+
install-quilt Installs Quilt mod loader
41
+
interpolate Interpolates existing files in one or more
42
+
directories
43
+
java-release Outputs the Java release number, such as 8, 11, 17
44
+
manage-users
45
+
maven-download Downloads a maven artifact from a Maven repository
46
+
modrinth Automates downloading of modrinth resources
47
+
mcopy Multi-source file copy operation with with managed
48
+
cleanup. Supports auto-detected sourcing from
49
+
file list, directories, and URLs
50
+
network-interfaces Provides simple operations to list network
51
+
interface names and check existence
52
+
patch Patches one or more existing files using JSON path
53
+
based operations
54
+
Supports the file formats:
55
+
- JSON
56
+
- JSON5
57
+
- Yaml
58
+
- TOML, but processed output is not pretty
59
+
resolve-minecraft-version Resolves and validate latest, snapshot, and
60
+
specific versions
61
+
set-properties Maps environment variables to a properties file
62
+
show-all-subcommand-usage Renders all of the subcommand usage as markdown
63
+
sections for README
64
+
sync Synchronizes the contents of one directory to
65
+
another.
66
+
sync-and-interpolate Synchronizes the contents of one directory to
67
+
another with conditional variable interpolation.
68
+
test-logging-levels
69
+
toml-path Extracts a path from a TOML file using json-path
70
+
syntax
71
+
yaml-path Extracts a path from a YAML file using json-path
72
+
syntax
73
+
vanillatweaks Downloads Vanilla Tweaks resource packs, data
74
+
packs, or crafting tweaks given a share code or
75
+
pack file
39
76
```
40
77
41
78
For [patch](#patch) command [see below](#patch-schemas) for a description of [PatchSet](#patchset) and [PatchDefinition](#patchdefinition) JSON schemas.
0 commit comments