Skip to content

Commit

Permalink
3.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepPork committed May 27, 2020
1 parent 80441d5 commit e7e8525
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 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.0 linux-x64 node-v10.16.0
@creeppork/magma/3.0.0-beta.1 linux-x64 node-v10.16.0
$ magma --help [COMMAND]
USAGE
$ magma COMMAND
Expand Down Expand Up @@ -105,7 +105,7 @@ EXAMPLES
magma activate 450814997 723217262 713709341
```

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

## `magma add IDS`

Expand All @@ -127,7 +127,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.0/src/commands/add/index.ts)_
_See code: [src/commands/add/index.ts](https://github.com/CreepPork/Magma/blob/v3.0.0-beta.1/src/commands/add/index.ts)_

## `magma add:local PATHS`

Expand All @@ -149,7 +149,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.0/src/commands/add/local.ts)_
_See code: [src/commands/add/local.ts](https://github.com/CreepPork/Magma/blob/v3.0.0-beta.1/src/commands/add/local.ts)_

## `magma configure`

Expand Down Expand Up @@ -188,7 +188,7 @@ EXAMPLES
magma configure -n -u UserName
```

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

## `magma cron`

Expand All @@ -205,7 +205,7 @@ EXAMPLE
magma cron
```

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

## `magma deactivate [ID]`

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

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

## `magma help [COMMAND]`

Expand Down Expand Up @@ -281,7 +281,7 @@ ALIASES
$ magma init
```

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

## `magma install`

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

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

## `magma list`

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

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

## `magma remove [ID]`

Expand All @@ -328,7 +328,7 @@ EXAMPLES
magma remove 450814997 723217262 713709341
```

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

## `magma update`

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

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

## `magma upgrade`

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

_See code: [src/commands/upgrade.ts](https://github.com/CreepPork/Magma/blob/v3.0.0-beta.0/src/commands/upgrade.ts)_
_See code: [src/commands/upgrade.ts](https://github.com/CreepPork/Magma/blob/v3.0.0-beta.1/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.0",
"version": "3.0.0-beta.1",
"author": "CreepPork",
"bin": {
"magma": "./bin/run"
Expand Down

0 comments on commit e7e8525

Please sign in to comment.