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

Commit

Permalink
release v2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pierce-h committed Sep 22, 2020
1 parent 393bc6b commit 51fb25c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 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.9.0 darwin-x64 node-v12.16.2
@shipengine/connect-cli/2.9.1 darwin-x64 node-v12.16.2
$ connect --help [COMMAND]
USAGE
$ connect COMMAND
Expand Down Expand Up @@ -71,7 +71,7 @@ OPTIONS
-h, --help Show help for the apps commands
```

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

## `connect help [COMMAND]`

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

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

## `connect init [PATH]`

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

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

## `connect login`

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

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

## `connect logout`

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

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

## `connect logs`

Expand All @@ -175,7 +175,7 @@ OPTIONS
-h, --help Show help for the logs command
```

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

## `connect pack`

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

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

## `connect publish`

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

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

## `connect start`

Expand All @@ -226,7 +226,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.9.0/src/commands/start.ts)_
_See code: [src/commands/start.ts](https://github.com/ShipEngine/connect-cli/blob/v2.9.1/src/commands/start.ts)_

## `connect test`

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

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

## `connect whoami`

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

_See code: [src/commands/whoami.ts](https://github.com/ShipEngine/connect-cli/blob/v2.9.0/src/commands/whoami.ts)_
_See code: [src/commands/whoami.ts](https://github.com/ShipEngine/connect-cli/blob/v2.9.1/src/commands/whoami.ts)_
<!-- commandsstop -->
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": "@shipengine/connect-cli",
"description": "A CLI tool for working with your ShipEngine Connect account.",
"version": "2.9.0",
"version": "2.9.1",
"author": {
"name": "ShipEngine",
"email": "support@shipengine.com",
Expand Down

0 comments on commit 51fb25c

Please sign in to comment.