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.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrauskopf committed Aug 18, 2020
1 parent 4f19e6a commit 6597c88
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 27 deletions.
3 changes: 1 addition & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"internalConsoleOptions": "openOnSessionStart",
"program": "${workspaceFolder}/bin/run",
"args": [
"test",
"-g rate"
"publish"
],
"cwd": "/home/rkrauskopf/repos/connect-samples/cargo-inc"
}
Expand Down
38 changes: 28 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.8 linux-x64 node-v12.18.1
@shipengine/connect-cli/1.0.9 linux-x64 node-v12.18.1
$ connect --help [COMMAND]
USAGE
$ connect COMMAND
Expand All @@ -40,6 +40,7 @@ USAGE
* [`connect init [PATH]`](#connect-init-path)
* [`connect login`](#connect-login)
* [`connect logout`](#connect-logout)
* [`connect pack`](#connect-pack)
* [`connect publish`](#connect-publish)
* [`connect start`](#connect-start)
* [`connect test`](#connect-test)
Expand Down Expand Up @@ -74,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.8/src/commands/info.ts)_
_See code: [src/commands/info.ts](https://github.com/ShipEngine/connect-cli/blob/v1.0.9/src/commands/info.ts)_

## `connect init [PATH]`

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

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

## `connect login`

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

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

## `connect logout`

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

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

## `connect pack`

package your app

```
USAGE
$ connect pack
OPTIONS
-h, --help show help for the pack command
EXAMPLE
$ connect pack
```

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

## `connect publish`

Expand All @@ -145,14 +163,14 @@ USAGE
OPTIONS
-h, --help show help for the publish command
-n, --no-watch does not track the status of the deployment
-s, --skip-tests skip running the test before publishing
-w, --watch check the status of the deployment until complete
EXAMPLE
$ connect publish
```

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

## `connect start`

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

## `connect test`

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

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

## `connect whoami`

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

_See code: [src/commands/whoami.ts](https://github.com/ShipEngine/connect-cli/blob/v1.0.8/src/commands/whoami.ts)_
_See code: [src/commands/whoami.ts](https://github.com/ShipEngine/connect-cli/blob/v1.0.9/src/commands/whoami.ts)_
<!-- commandsstop -->
22 changes: 11 additions & 11 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.8",
"version": "1.0.9",
"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.4",
"@shipengine/connect-loader": "^1.0.6",
"@shipengine/connect-local-dev-api": "^1.0.4",
"@shipengine/connect-sdk": "^1.0.2",
"@shipengine/connect-sdk": "^1.0.4",
"axios": "^0.19.2",
"chai": "^4.2.0",
"chalk": "^4.1.0",
Expand Down Expand Up @@ -65,7 +65,7 @@
"@types/js-yaml": "^3.12.5",
"@types/json5": "0.0.30",
"@types/luxon": "^1.24.1",
"@types/mocha": "^8.0.2",
"@types/mocha": "^8.0.3",
"@types/node": "^14.6.0",
"@types/nodemon": "^1.19.0",
"@types/recursive-readdir": "^2.2.0",
Expand Down

0 comments on commit 6597c88

Please sign in to comment.