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.14
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Aug 23, 2020
1 parent 6fd6de5 commit 6fc8b83
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $ npm install -g @shipengine/connect-cli
$ connect COMMAND
running command...
$ connect (-v|--version|version)
@shipengine/connect-cli/1.0.13 linux-x64 node-v12.18.1
@shipengine/connect-cli/1.0.14 win32-x64 node-v14.7.0
$ connect --help [COMMAND]
USAGE
$ connect COMMAND
Expand Down Expand Up @@ -63,7 +63,7 @@ OPTIONS
--all see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.0/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.0/src\commands\help.ts)_

## `connect info`

Expand All @@ -77,7 +77,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.13/src/commands/info.ts)_
_See code: [src\commands\info.ts](https://github.com/ShipEngine/connect-cli/blob/v1.0.14/src\commands\info.ts)_

## `connect init [PATH]`

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

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

## `connect login`

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

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

## `connect logout`

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

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

## `connect pack`

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

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

## `connect publish`

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

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

## `connect start`

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

## `connect test`

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

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

## `connect whoami`

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

_See code: [src/commands/whoami.ts](https://github.com/ShipEngine/connect-cli/blob/v1.0.13/src/commands/whoami.ts)_
_See code: [src\commands\whoami.ts](https://github.com/ShipEngine/connect-cli/blob/v1.0.14/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": "1.0.13",
"version": "1.0.14",
"author": {
"name": "ShipEngine",
"email": "support@shipengine.com",
Expand Down

0 comments on commit 6fc8b83

Please sign in to comment.