Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ node_modules
.editorconfig
.oclif.manifest.json
/package-lock.json
/tsconfig.tsbuildinfo
test_data*
*.env

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.42/src/commands/autocomplete/index.ts)_
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.45/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/6.2.40/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.44/src/commands/help.ts)_
14 changes: 7 additions & 7 deletions docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ EXAMPLES
$ commercelayer plugins
```

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

### `commercelayer plugins:available`

Expand Down Expand Up @@ -80,7 +80,7 @@ EXAMPLES
$ commercelayer plugins:inspect myplugin
```

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

### `commercelayer plugins:install PLUGIN`

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

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

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

Expand Down Expand Up @@ -185,7 +185,7 @@ EXAMPLES
$ commercelayer plugins:link myplugin
```

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

### `commercelayer plugins:reset`

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

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

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

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

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

### `commercelayer plugins:update`

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

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/update.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/update.ts)_
13 changes: 3 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"release": "pnpm upgrade && pnpm lint && pnpm prepack && pnpm postpack"
},
"devDependencies": {
"@biomejs/biome": "^2.4.11",
"@biomejs/biome": "^2.4.12",
"@commercelayer/cli-dev": "^3.1.1",
"@fig/complete-oclif": "^2.0.1",
"@oclif/test": "^3.2.15",
Expand All @@ -113,7 +113,7 @@
"mocha": "^10.8.2",
"nyc": "^18.0.0",
"oclif": "^4.23.0",
"prettier": "^3.8.2",
"prettier": "^3.8.3",
"semantic-release": "^25.0.3",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
Expand All @@ -122,7 +122,7 @@
"@commercelayer/cli-core": "^5.11.1",
"@commercelayer/cli-ux": "^1.2.1",
"@commercelayer/provisioning-sdk": "^2.10.2",
"@commercelayer/sdk": "^6.56.0",
"@commercelayer/sdk": "^6.57.0",
"@oclif/core": "^3.27.0",
"@oclif/plugin-autocomplete": "^3.2.45",
"@oclif/plugin-help": "^6.2.44",
Expand All @@ -136,12 +136,5 @@
},
"publishConfig": {
"access": "public"
},
"pnpm": {
"overrides": {
"brace-expansion@>=2.0.0 <2.0.3": "2.0.3",
"handlebars@>=4.0.0 <4.7.9": "4.7.9",
"serialize-javascript@<7.0.5": "7.0.5"
}
}
}
Loading
Loading