Skip to content

Commit

Permalink
3.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepPork committed Sep 29, 2020
1 parent a2aad11 commit a89b04b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 16 deletions.
34 changes: 20 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ $ npm install -g @creeppork/magma
$ magma COMMAND
running command...
$ magma (-v|--version|version)
@creeppork/magma/3.0.0-beta.6 linux-x64 node-v10.16.0
@creeppork/magma/3.0.0-beta.7 linux-x64 node-v10.16.0
$ magma --help [COMMAND]
USAGE
$ magma COMMAND
Expand Down Expand Up @@ -106,7 +106,7 @@ EXAMPLES
magma activate 450814997 723217262 713709341
```

_See code: [src/commands/activate.ts](https://github.com/CreepPork/Magma/blob/v3.0.0-beta.6/src/commands/activate.ts)_
_See code: [src/commands/activate.ts](https://github.com/CreepPork/Magma/blob/v3.0.0-beta.7/src/commands/activate.ts)_

## `magma add IDS`

Expand All @@ -128,7 +128,7 @@ EXAMPLES
magma add 450814997 723217262 713709341 --type all client server
```

_See code: [src/commands/add/index.ts](https://github.com/CreepPork/Magma/blob/v3.0.0-beta.6/src/commands/add/index.ts)_
_See code: [src/commands/add/index.ts](https://github.com/CreepPork/Magma/blob/v3.0.0-beta.7/src/commands/add/index.ts)_

## `magma add:local PATHS`

Expand All @@ -150,7 +150,7 @@ EXAMPLES
magma add:local /home/arma/@all /home/arma/@client /home/arma/@server --type all client server
```

_See code: [src/commands/add/local.ts](https://github.com/CreepPork/Magma/blob/v3.0.0-beta.6/src/commands/add/local.ts)_
_See code: [src/commands/add/local.ts](https://github.com/CreepPork/Magma/blob/v3.0.0-beta.7/src/commands/add/local.ts)_

## `magma configure`

Expand All @@ -161,6 +161,9 @@ USAGE
$ magma configure
OPTIONS
-b, --batchScript=batchScript Absolute path to the Batch script starting your server, where it
has your mods (only supported on Windows)
-c, --steamCmd=steamCmd Absolute path to the SteamCMD executable (including the file
itself).
Expand Down Expand Up @@ -189,7 +192,7 @@ EXAMPLES
magma configure -n -u UserName
```

_See code: [src/commands/configure.ts](https://github.com/CreepPork/Magma/blob/v3.0.0-beta.6/src/commands/configure.ts)_
_See code: [src/commands/configure.ts](https://github.com/CreepPork/Magma/blob/v3.0.0-beta.7/src/commands/configure.ts)_

## `magma cron`

Expand All @@ -206,7 +209,7 @@ EXAMPLE
magma cron
```

_See code: [src/commands/cron.ts](https://github.com/CreepPork/Magma/blob/v3.0.0-beta.6/src/commands/cron.ts)_
_See code: [src/commands/cron.ts](https://github.com/CreepPork/Magma/blob/v3.0.0-beta.7/src/commands/cron.ts)_

## `magma deactivate [ID]`

Expand All @@ -228,7 +231,7 @@ EXAMPLES
magma deactivate 450814997 723217262 713709341
```

_See code: [src/commands/deactivate.ts](https://github.com/CreepPork/Magma/blob/v3.0.0-beta.6/src/commands/deactivate.ts)_
_See code: [src/commands/deactivate.ts](https://github.com/CreepPork/Magma/blob/v3.0.0-beta.7/src/commands/deactivate.ts)_

## `magma help [COMMAND]`

Expand Down Expand Up @@ -256,6 +259,9 @@ USAGE
$ magma initialize
OPTIONS
-b, --batchScript=batchScript Absolute path to the Batch script starting your server, where it
has your mods (only supported on Windows)
-c, --steamCmd=steamCmd Absolute path to the SteamCMD executable (including the file
itself).
Expand All @@ -282,7 +288,7 @@ ALIASES
$ magma init
```

_See code: [src/commands/initialize.ts](https://github.com/CreepPork/Magma/blob/v3.0.0-beta.6/src/commands/initialize.ts)_
_See code: [src/commands/initialize.ts](https://github.com/CreepPork/Magma/blob/v3.0.0-beta.7/src/commands/initialize.ts)_

## `magma install`

Expand All @@ -293,7 +299,7 @@ USAGE
$ magma install
```

_See code: [src/commands/install.ts](https://github.com/CreepPork/Magma/blob/v3.0.0-beta.6/src/commands/install.ts)_
_See code: [src/commands/install.ts](https://github.com/CreepPork/Magma/blob/v3.0.0-beta.7/src/commands/install.ts)_

## `magma list`

Expand All @@ -304,7 +310,7 @@ USAGE
$ magma list
```

_See code: [src/commands/list.ts](https://github.com/CreepPork/Magma/blob/v3.0.0-beta.6/src/commands/list.ts)_
_See code: [src/commands/list.ts](https://github.com/CreepPork/Magma/blob/v3.0.0-beta.7/src/commands/list.ts)_

## `magma login`

Expand All @@ -325,7 +331,7 @@ EXAMPLES
magma login username password
```

_See code: [src/commands/login.ts](https://github.com/CreepPork/Magma/blob/v3.0.0-beta.6/src/commands/login.ts)_
_See code: [src/commands/login.ts](https://github.com/CreepPork/Magma/blob/v3.0.0-beta.7/src/commands/login.ts)_

## `magma remove [ID]`

Expand All @@ -350,7 +356,7 @@ EXAMPLES
magma remove 14 3 9
```

_See code: [src/commands/remove.ts](https://github.com/CreepPork/Magma/blob/v3.0.0-beta.6/src/commands/remove.ts)_
_See code: [src/commands/remove.ts](https://github.com/CreepPork/Magma/blob/v3.0.0-beta.7/src/commands/remove.ts)_

## `magma update`

Expand All @@ -361,7 +367,7 @@ USAGE
$ magma update
```

_See code: [src/commands/update.ts](https://github.com/CreepPork/Magma/blob/v3.0.0-beta.6/src/commands/update.ts)_
_See code: [src/commands/update.ts](https://github.com/CreepPork/Magma/blob/v3.0.0-beta.7/src/commands/update.ts)_

## `magma upgrade`

Expand All @@ -372,7 +378,7 @@ USAGE
$ magma upgrade
```

_See code: [src/commands/upgrade.ts](https://github.com/CreepPork/Magma/blob/v3.0.0-beta.6/src/commands/upgrade.ts)_
_See code: [src/commands/upgrade.ts](https://github.com/CreepPork/Magma/blob/v3.0.0-beta.7/src/commands/upgrade.ts)_
<!-- commandsstop -->

# Testing
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@creeppork/magma",
"description": "Magma is a CLI tool for Arma 3 server mod managment that works both on Windows and Linux.",
"version": "3.0.0-beta.6",
"version": "3.0.0-beta.7",
"author": "CreepPork",
"bin": {
"magma": "./bin/run"
Expand Down

0 comments on commit a89b04b

Please sign in to comment.