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

Commit

Permalink
release v1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrauskopf committed Aug 19, 2020
1 parent 1bbc9ba commit a5bef21
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ npm install -g @shipengine/connect-cli
$ connect COMMAND
running command...
$ connect (-v|--version|version)
@shipengine/connect-cli/1.0.11 linux-x64 node-v12.18.1
@shipengine/connect-cli/1.0.12 linux-x64 node-v12.18.1
$ connect --help [COMMAND]
USAGE
$ connect COMMAND
Expand Down Expand Up @@ -75,7 +75,7 @@ OPTIONS
-h, --help show help for the info command
```

_See code: [src/commands/info.ts](https://github.com/ShipEngine/connect-cli/blob/v1.0.11/src/commands/info.ts)_
_See code: [src/commands/info.ts](https://github.com/ShipEngine/connect-cli/blob/v1.0.12/src/commands/info.ts)_

## `connect init [PATH]`

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

_See code: [src/commands/init.ts](https://github.com/ShipEngine/connect-cli/blob/v1.0.11/src/commands/init.ts)_
_See code: [src/commands/init.ts](https://github.com/ShipEngine/connect-cli/blob/v1.0.12/src/commands/init.ts)_

## `connect login`

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

_See code: [src/commands/login.ts](https://github.com/ShipEngine/connect-cli/blob/v1.0.11/src/commands/login.ts)_
_See code: [src/commands/login.ts](https://github.com/ShipEngine/connect-cli/blob/v1.0.12/src/commands/login.ts)_

## `connect logout`

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

_See code: [src/commands/logout.ts](https://github.com/ShipEngine/connect-cli/blob/v1.0.11/src/commands/logout.ts)_
_See code: [src/commands/logout.ts](https://github.com/ShipEngine/connect-cli/blob/v1.0.12/src/commands/logout.ts)_

## `connect pack`

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

_See code: [src/commands/pack.ts](https://github.com/ShipEngine/connect-cli/blob/v1.0.11/src/commands/pack.ts)_
_See code: [src/commands/pack.ts](https://github.com/ShipEngine/connect-cli/blob/v1.0.12/src/commands/pack.ts)_

## `connect publish`

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

_See code: [src/commands/publish.ts](https://github.com/ShipEngine/connect-cli/blob/v1.0.11/src/commands/publish.ts)_
_See code: [src/commands/publish.ts](https://github.com/ShipEngine/connect-cli/blob/v1.0.12/src/commands/publish.ts)_

## `connect start`

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

## `connect test`

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

_See code: [src/commands/test.ts](https://github.com/ShipEngine/connect-cli/blob/v1.0.11/src/commands/test.ts)_
_See code: [src/commands/test.ts](https://github.com/ShipEngine/connect-cli/blob/v1.0.12/src/commands/test.ts)_

## `connect whoami`

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

_See code: [src/commands/whoami.ts](https://github.com/ShipEngine/connect-cli/blob/v1.0.11/src/commands/whoami.ts)_
_See code: [src/commands/whoami.ts](https://github.com/ShipEngine/connect-cli/blob/v1.0.12/src/commands/whoami.ts)_
<!-- commandsstop -->
24 changes: 12 additions & 12 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions 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": "1.0.11",
"version": "1.0.12",
"author": {
"name": "ShipEngine",
"email": "support@shipengine.com",
Expand All @@ -20,9 +20,9 @@
"@oclif/plugin-help": "^3.2.0",
"@oclif/plugin-not-found": "^1.2.4",
"@shipengine/capitalization": "^1.2.0",
"@shipengine/connect-loader": "^1.0.8",
"@shipengine/connect-local-dev-api": "^1.0.7",
"@shipengine/connect-sdk": "^1.0.6",
"@shipengine/connect-loader": "^1.0.9",
"@shipengine/connect-local-dev-api": "^1.0.8",
"@shipengine/connect-sdk": "^1.0.7",
"axios": "^0.19.2",
"chai": "^4.2.0",
"chalk": "^4.1.0",
Expand Down

0 comments on commit a5bef21

Please sign in to comment.