Skip to content

Commit

Permalink
feat: remove oclif ux
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Aug 23, 2024
1 parent d77fa0b commit e7576e3
Show file tree
Hide file tree
Showing 5 changed files with 855 additions and 857 deletions.
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.1.4/src/commands/autocomplete/index.ts)_
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.0/src/commands/autocomplete/index.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/v5.3.2/src/commands/plugins/index.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/index.ts)_

### `commercelayer plugins:available`

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

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

### `commercelayer plugins:install PLUGIN`

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

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

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

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

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

### `commercelayer plugins:reset`

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

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

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

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

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

### `commercelayer plugins:update`

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

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.2/src/commands/plugins/update.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/update.ts)_
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,34 +99,35 @@
"@oclif/test": "^3.2.15",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/chai": "^4.3.16",
"@types/chai": "^4.3.17",
"@types/configstore": "^4.0.0",
"@types/inquirer": "^8.2.10",
"@types/lodash.kebabcase": "^4.1.9",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.12",
"@types/node": "^22.5.0",
"@types/update-notifier": "^5.1.0",
"@withfig/autocomplete-types": "^1.31.0",
"chai": "^4.4.1",
"chai": "^4.5.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"lodash.kebabcase": "^4.1.1",
"mocha": "^10.7.0",
"mocha": "^10.7.3",
"nyc": "^15.1.0",
"oclif": "^4.14.9",
"semantic-release": "^24.0.0",
"tsx": "^4.16.2",
"oclif": "^4.14.22",
"semantic-release": "^24.1.0",
"tsx": "^4.17.0",
"typescript": "^5.5.4"
},
"dependencies": {
"@commercelayer/cli-core": "^5.1.1",
"@commercelayer/cli-core": "^5.2.4",
"@commercelayer/cli-ux": "^1.0.5",
"@commercelayer/provisioning-sdk": "^2.1.0",
"@commercelayer/sdk": "^6.11.0",
"@commercelayer/sdk": "^6.14.0",
"@oclif/core": "^3.27.0",
"@oclif/plugin-autocomplete": "^3.1.9",
"@oclif/plugin-help": "6.0.21",
"@oclif/plugin-not-found": "^3.2.13",
"@oclif/plugin-plugins": "^5.3.9",
"@oclif/plugin-autocomplete": "^3.2.0",
"@oclif/plugin-help": "6.2.8",
"@oclif/plugin-not-found": "^3.2.16",
"@oclif/plugin-plugins": "^5.4.4",
"configstore": "^5.0.1",
"inquirer": "^8.2.6",
"tslib": "^2.6.3",
Expand Down
Loading

0 comments on commit e7576e3

Please sign in to comment.