Command line utility to interact with .gma files, garry's mod addons.
Extracts the contents of a .gma file
console
user@pc:~$ gmadrs extract --help
```
gmadrs-extract
Extracts a .gma file
USAGE:
gmadrs extract [OPTIONS]
ARGS:
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS: -d, --dir
```
console
user@pc:~$ gmadrs create --help
```
gmadrs-create
Creates a .gma file from a folder
The folder should have the standard addon folder structure https://wiki.facepunch.com/gmod/WorkshopAddonCreation
USAGE: gmadrs create
ARGS:
FLAGS:
-h, --help
Prints help information
-V, --version
Prints version information
```
console
user@pc:~$ gmadrs info --help
```
gmadrs-info
Prints information about a .gma file
USAGE:
gmadrs info
ARGS:
FLAGS: -h, --help Prints help information -V, --version Prints version information
```
console
user@pc:~$ gmadrs list --help
```
gmadrs-list
Lists the files in a gma archive
USAGE:
gmadrs list [FLAGS]
ARGS:
FLAGS: -h, --help Prints help information -s, --size Outputs the file sizes -V, --version Prints version information
```
console
user@pc:~$ gmadrs contents --help
```
gmadrs-contents
Writes the contents of a file inside the archive to stdout
USAGE:
gmadrs contents
ARGS:
FLAGS: -h, --help Prints help information -V, --version Prints version information
```
console
user@pc:~$ gmadrs compress --help
```
gmadrs-compress
Compresses a given .gma file
USAGE:
gmadrs compress [OPTIONS]
ARGS:
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS: -o, --output
```
console
user@pc:~$ gmadrs uncompress --help
```
gmadrs-uncompress
Uncompresses a given .gma file
USAGE:
gmadrs uncompress [FLAGS] [OPTIONS]
ARGS:
FLAGS: -h, --help Prints help information --rm Removes the old file after decompression -V, --version Prints version information
OPTIONS: -o, --output
```