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

Commit

Permalink
release v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrauskopf committed Oct 14, 2020
1 parent 99d645f commit 9a377ff
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 59 deletions.
8 changes: 6 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,18 @@
"request": "launch",
"name": "Run CLI",
"skipFiles": [
"<node_internals>/**"
"<node_internals>/**",
"${workspaceRoot}/node_modules/**/*.js",
"/home/rkrauskopf/repos/connect-samples/cargo-inc/node_modules/**/*"
],
"smartStep": true,
"console": "integratedTerminal",
"internalConsoleOptions": "openOnSessionStart",
"program": "${workspaceFolder}/bin/run",
"args": [
"publish"
"test",
"-g",
"cancel"
],
"cwd": "/home/rkrauskopf/repos/connect-samples/cargo-inc"
}
Expand Down
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.10.2 linux-x64 node-v12.18.1
@shipengine/connect-cli/2.11.0 linux-x64 node-v12.18.1
$ 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.10.2/src/commands/apps.ts)_
_See code: [src/commands/apps.ts](https://github.com/ShipEngine/connect-cli/blob/v2.11.0/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.10.2/src/commands/info.ts)_
_See code: [src/commands/info.ts](https://github.com/ShipEngine/connect-cli/blob/v2.11.0/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.10.2/src/commands/init.ts)_
_See code: [src/commands/init.ts](https://github.com/ShipEngine/connect-cli/blob/v2.11.0/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.10.2/src/commands/login.ts)_
_See code: [src/commands/login.ts](https://github.com/ShipEngine/connect-cli/blob/v2.11.0/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.10.2/src/commands/logout.ts)_
_See code: [src/commands/logout.ts](https://github.com/ShipEngine/connect-cli/blob/v2.11.0/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.10.2/src/commands/logs.ts)_
_See code: [src/commands/logs.ts](https://github.com/ShipEngine/connect-cli/blob/v2.11.0/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.10.2/src/commands/pack.ts)_
_See code: [src/commands/pack.ts](https://github.com/ShipEngine/connect-cli/blob/v2.11.0/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.10.2/src/commands/publish.ts)_
_See code: [src/commands/publish.ts](https://github.com/ShipEngine/connect-cli/blob/v2.11.0/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.10.2/src/commands/start.ts)_
_See code: [src/commands/start.ts](https://github.com/ShipEngine/connect-cli/blob/v2.11.0/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.10.2/src/commands/test.ts)_
_See code: [src/commands/test.ts](https://github.com/ShipEngine/connect-cli/blob/v2.11.0/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.10.2/src/commands/whoami.ts)_
_See code: [src/commands/whoami.ts](https://github.com/ShipEngine/connect-cli/blob/v2.11.0/src/commands/whoami.ts)_
<!-- commandsstop -->
70 changes: 35 additions & 35 deletions package-lock.json

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

18 changes: 9 additions & 9 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": "2.10.2",
"version": "2.11.0",
"author": {
"name": "ShipEngine",
"email": "support@shipengine.com",
Expand All @@ -17,10 +17,10 @@
"@oclif/plugin-help": "^3.2.0",
"@oclif/plugin-not-found": "^1.2.4",
"@shipengine/capitalization": "^1.2.1",
"@shipengine/connect-loader": "^2.5.4",
"@shipengine/connect-local-dev-api": "^2.1.10",
"@shipengine/connect-local-dev-ui": "^2.0.14",
"@shipengine/connect-sdk": "^10.0.0",
"@shipengine/connect-loader": "^2.5.5",
"@shipengine/connect-local-dev-api": "^2.1.12",
"@shipengine/connect-local-dev-ui": "^2.0.16",
"@shipengine/connect-sdk": "^10.1.0",
"axios": "^0.20.0",
"chai": "^4.2.0",
"chalk": "^4.1.0",
Expand All @@ -40,15 +40,15 @@
"lodash": "^4.17.20",
"luxon": "^1.24.1",
"mocha": "^8.1.3",
"nodemon": "^2.0.4",
"nodemon": "^2.0.5",
"nps": "^5.10.0",
"object-hash": "^2.0.3",
"open": "^7.3.0",
"p-retry": "^4.2.0",
"p-timeout": "^3.2.0",
"recursive-readdir": "^2.2.2",
"sort-pjson": "^1.0.3",
"tslib": "^2.0.2",
"tslib": "^2.0.3",
"uuid": "^8.3.1",
"yeoman-environment": "^2.10.3",
"yeoman-generator": "^4.12.0"
Expand All @@ -61,15 +61,15 @@
"@types/cli-table": "^0.3.0",
"@types/cross-spawn": "^6.0.2",
"@types/form-data": "^2.5.0",
"@types/fs-extra": "^9.0.1",
"@types/fs-extra": "^9.0.2",
"@types/hapi__joi": "^17.1.6",
"@types/inquirer": "^7.3.0",
"@types/js-yaml": "^3.12.5",
"@types/json-schema-faker": "^0.5.1",
"@types/json5": "0.0.30",
"@types/luxon": "^1.25.0",
"@types/mocha": "^8.0.3",
"@types/node": "^14.11.5",
"@types/node": "^14.11.8",
"@types/nodemon": "^1.19.0",
"@types/recursive-readdir": "^2.2.0",
"@types/update-notifier": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/specs/core/api-client.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ describe("AppsApiClient @integration", () => {
});
});

describe("getLogsById", () => {
describe.skip("getLogsById", () => {
it("returns logs for a given ID", async () => {
const app = await validClient.apps.findOrCreateByName({
name: "test app",
Expand Down

0 comments on commit 9a377ff

Please sign in to comment.