Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Commit

Permalink
release v2.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ricky committed Feb 4, 2021
1 parent 3ef1d5f commit 4a873f8
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 301 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $ npm install -g @shipengine/connect-cli
$ connect COMMAND
running command...
$ connect (-v|--version|version)
@shipengine/connect-cli/2.15.1 darwin-x64 node-v14.15.4
@shipengine/connect-cli/2.15.2 darwin-x64 node-v12.18.2
$ connect --help [COMMAND]
USAGE
$ connect COMMAND
Expand Down Expand Up @@ -75,7 +75,7 @@ OPTIONS
-h, --help Show help for the apps commands
```

_See code: [src/commands/apps.ts](https://github.com/ShipEngine/connect-cli/blob/v2.15.1/src/commands/apps.ts)_
_See code: [src/commands/apps.ts](https://github.com/ShipEngine/connect-cli/blob/v2.15.2/src/commands/apps.ts)_

## `connect env:get NAME-1 ... NAME-N`

Expand All @@ -95,7 +95,7 @@ ALIASES
$ connect get
```

_See code: [src/commands/env/get.ts](https://github.com/ShipEngine/connect-cli/blob/v2.15.1/src/commands/env/get.ts)_
_See code: [src/commands/env/get.ts](https://github.com/ShipEngine/connect-cli/blob/v2.15.2/src/commands/env/get.ts)_

## `connect env:list`

Expand All @@ -110,7 +110,7 @@ OPTIONS
-h, --help show help for the env command
```

_See code: [src/commands/env/list.ts](https://github.com/ShipEngine/connect-cli/blob/v2.15.1/src/commands/env/list.ts)_
_See code: [src/commands/env/list.ts](https://github.com/ShipEngine/connect-cli/blob/v2.15.2/src/commands/env/list.ts)_

## `connect env:set NAME-1=VALUE ... NAME-N=VALUE`

Expand All @@ -131,7 +131,7 @@ ALIASES
$ connect set
```

_See code: [src/commands/env/set.ts](https://github.com/ShipEngine/connect-cli/blob/v2.15.1/src/commands/env/set.ts)_
_See code: [src/commands/env/set.ts](https://github.com/ShipEngine/connect-cli/blob/v2.15.2/src/commands/env/set.ts)_

## `connect env:unset NAME-1 ... NAME-N`

Expand All @@ -151,7 +151,7 @@ ALIASES
$ connect unset
```

_See code: [src/commands/env/unset.ts](https://github.com/ShipEngine/connect-cli/blob/v2.15.1/src/commands/env/unset.ts)_
_See code: [src/commands/env/unset.ts](https://github.com/ShipEngine/connect-cli/blob/v2.15.2/src/commands/env/unset.ts)_

## `connect help [COMMAND]`

Expand Down Expand Up @@ -182,7 +182,7 @@ OPTIONS
-h, --help Show help for the info command
```

_See code: [src/commands/info.ts](https://github.com/ShipEngine/connect-cli/blob/v2.15.1/src/commands/info.ts)_
_See code: [src/commands/info.ts](https://github.com/ShipEngine/connect-cli/blob/v2.15.2/src/commands/info.ts)_

## `connect init [PATH]`

Expand All @@ -207,7 +207,7 @@ EXAMPLE
$ connect init
```

_See code: [src/commands/init.ts](https://github.com/ShipEngine/connect-cli/blob/v2.15.1/src/commands/init.ts)_
_See code: [src/commands/init.ts](https://github.com/ShipEngine/connect-cli/blob/v2.15.2/src/commands/init.ts)_

## `connect login`

Expand All @@ -224,7 +224,7 @@ ALIASES
$ connect login
```

_See code: [src/commands/login.ts](https://github.com/ShipEngine/connect-cli/blob/v2.15.1/src/commands/login.ts)_
_See code: [src/commands/login.ts](https://github.com/ShipEngine/connect-cli/blob/v2.15.2/src/commands/login.ts)_

## `connect logout`

Expand All @@ -241,7 +241,7 @@ ALIASES
$ connect logout
```

_See code: [src/commands/logout.ts](https://github.com/ShipEngine/connect-cli/blob/v2.15.1/src/commands/logout.ts)_
_See code: [src/commands/logout.ts](https://github.com/ShipEngine/connect-cli/blob/v2.15.2/src/commands/logout.ts)_

## `connect logs`

Expand All @@ -258,7 +258,7 @@ OPTIONS
-l, --lines=lines [default: 500] The number of lines of logs to show from the server, max of 1500
```

_See code: [src/commands/logs.ts](https://github.com/ShipEngine/connect-cli/blob/v2.15.1/src/commands/logs.ts)_
_See code: [src/commands/logs.ts](https://github.com/ShipEngine/connect-cli/blob/v2.15.2/src/commands/logs.ts)_

## `connect pack`

Expand All @@ -275,7 +275,7 @@ EXAMPLE
$ connect pack
```

_See code: [src/commands/pack.ts](https://github.com/ShipEngine/connect-cli/blob/v2.15.1/src/commands/pack.ts)_
_See code: [src/commands/pack.ts](https://github.com/ShipEngine/connect-cli/blob/v2.15.2/src/commands/pack.ts)_

## `connect publish`

Expand All @@ -294,7 +294,7 @@ EXAMPLE
$ connect publish
```

_See code: [src/commands/publish.ts](https://github.com/ShipEngine/connect-cli/blob/v2.15.1/src/commands/publish.ts)_
_See code: [src/commands/publish.ts](https://github.com/ShipEngine/connect-cli/blob/v2.15.2/src/commands/publish.ts)_

## `connect start`

Expand All @@ -309,7 +309,7 @@ OPTIONS
-p, --port=port [default: 3000] The port that the app will run on
```

_See code: [src/commands/start.ts](https://github.com/ShipEngine/connect-cli/blob/v2.15.1/src/commands/start.ts)_
_See code: [src/commands/start.ts](https://github.com/ShipEngine/connect-cli/blob/v2.15.2/src/commands/start.ts)_

## `connect test`

Expand All @@ -332,7 +332,7 @@ EXAMPLES
$ connect test --grep rateShipment
```

_See code: [src/commands/test.ts](https://github.com/ShipEngine/connect-cli/blob/v2.15.1/src/commands/test.ts)_
_See code: [src/commands/test.ts](https://github.com/ShipEngine/connect-cli/blob/v2.15.2/src/commands/test.ts)_

## `connect whoami`

Expand All @@ -349,5 +349,5 @@ ALIASES
$ connect whoami
```

_See code: [src/commands/whoami.ts](https://github.com/ShipEngine/connect-cli/blob/v2.15.1/src/commands/whoami.ts)_
_See code: [src/commands/whoami.ts](https://github.com/ShipEngine/connect-cli/blob/v2.15.2/src/commands/whoami.ts)_
<!-- commandsstop -->

0 comments on commit 4a873f8

Please sign in to comment.