Skip to content

Commit

Permalink
fix: update readme and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Jan 31, 2025
1 parent d193ff3 commit e28882e
Show file tree
Hide file tree
Showing 7 changed files with 601 additions and 587 deletions.
4 changes: 2 additions & 2 deletions docs/applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,9 @@ ALIASES
$ commercelayer app:scope

EXAMPLES
$ commercelayer applications:scope market:1234
$ commercelayer applications:scope market:code:1234

$ cl app:scope market:1234
$ cl app:scope market:id:aBcDeFgHij
```

_See code: [src/commands/applications/scope.ts](https://github.com/commercelayer/commercelayer-cli/blob/main/src/commands/applications/scope.ts)_
Expand Down
2 changes: 1 addition & 1 deletion docs/autocomplete.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ EXAMPLES
$ commercelayer autocomplete --refresh-cache
```

_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.0/src/commands/autocomplete/index.ts)_
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.18/src/commands/autocomplete/index.ts)_
2 changes: 1 addition & 1 deletion docs/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ DESCRIPTION
Display help for commercelayer.
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.0.21/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.14/src/commands/help.ts)_
20 changes: 12 additions & 8 deletions docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,18 @@ EXAMPLES
$ commercelayer plugins
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/index.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.28/src/commands/plugins/index.ts)_

### `commercelayer plugins:available`

Show all available Commerce Layer CLI plugins.

```sh-session
USAGE
$ commercelayer plugins:available
$ commercelayer plugins:available [-S]

FLAGS
-S, --sort order by plugin name

DESCRIPTION
show all available Commerce Layer CLI plugins
Expand Down Expand Up @@ -77,7 +80,7 @@ EXAMPLES
$ commercelayer plugins:inspect myplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/inspect.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.28/src/commands/plugins/inspect.ts)_

### `commercelayer plugins:install PLUGIN`

Expand Down Expand Up @@ -126,7 +129,7 @@ EXAMPLES
$ commercelayer plugins:install someuser/someplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/install.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.28/src/commands/plugins/install.ts)_

### `commercelayer plugins:latest [PLUGIN]`

Expand Down Expand Up @@ -171,6 +174,7 @@ FLAGS

DESCRIPTION
Links a plugin into the CLI for development.

Installation of a linked plugin will override a user-installed or core plugin.

e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
Expand All @@ -181,7 +185,7 @@ EXAMPLES
$ commercelayer plugins:link myplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/link.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.28/src/commands/plugins/link.ts)_

### `commercelayer plugins:reset`

Expand All @@ -196,7 +200,7 @@ FLAGS
--reinstall Reinstall all plugins after uninstalling.
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/reset.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.28/src/commands/plugins/reset.ts)_

### `commercelayer plugins:uninstall [PLUGIN]`

Expand Down Expand Up @@ -224,7 +228,7 @@ EXAMPLES
$ commercelayer plugins:uninstall myplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/uninstall.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.28/src/commands/plugins/uninstall.ts)_

### `commercelayer plugins:update`

Expand All @@ -242,4 +246,4 @@ DESCRIPTION
Update installed plugins.
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/update.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.28/src/commands/plugins/update.ts)_
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@
"posttest": "eslint . --ext .ts --config .eslintrc",
"readme": "cl-cli-dev readme --multi && git add README.md && git add docs/*",
"lint": "eslint src --ext .ts --config .eslintrc",
"lint:fix": "eslint src --fix"
"lint:fix": "eslint src --fix",
"release": "pnpm upgrade && pnpm prepack && pnpm postpack"
},
"types": "lib/index.d.ts",
"devDependencies": {
Expand All @@ -104,29 +105,29 @@
"@types/inquirer": "^8.2.10",
"@types/lodash.kebabcase": "^4.1.9",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.7",
"@types/node": "^22.12.0",
"@types/update-notifier": "^5.1.0",
"@withfig/autocomplete-types": "^1.31.0",
"chai": "^4.5.0",
"dotenv": "^16.4.7",
"eslint": "^8.57.1",
"mocha": "^10.8.2",
"nyc": "^15.1.0",
"oclif": "^4.17.13",
"oclif": "^4.17.21",
"semantic-release": "^24.2.1",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
},
"dependencies": {
"@commercelayer/cli-core": "^5.6.2",
"@commercelayer/cli-core": "^5.7.2",
"@commercelayer/cli-ux": "^1.0.7",
"@commercelayer/provisioning-sdk": "^2.3.2",
"@commercelayer/sdk": "^6.28.0",
"@commercelayer/provisioning-sdk": "^2.4.1",
"@commercelayer/sdk": "^6.30.0",
"@oclif/core": "^3.27.0",
"@oclif/plugin-autocomplete": "^3.2.17",
"@oclif/plugin-autocomplete": "^3.2.18",
"@oclif/plugin-help": "6.2.14",
"@oclif/plugin-not-found": "^3.2.35",
"@oclif/plugin-plugins": "^5.4.25",
"@oclif/plugin-not-found": "^3.2.38",
"@oclif/plugin-plugins": "^5.4.28",
"configstore": "^5.0.1",
"inquirer": "^8.2.6",
"lodash.kebabcase": "^4.1.1",
Expand Down
Loading

0 comments on commit e28882e

Please sign in to comment.