Skip to content

Commit

Permalink
chore(release): release cli v0.1.33
Browse files Browse the repository at this point in the history
  • Loading branch information
rick-rtt committed May 8, 2023
1 parent 596234d commit fa4647a
Show file tree
Hide file tree
Showing 11 changed files with 4,631 additions and 15,949 deletions.
2 changes: 1 addition & 1 deletion docs/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ npm install -g @noovolari/leapp-cli
$ leapp COMMAND
running command...
$ leapp (--version)
@noovolari/leapp-cli/0.1.32 darwin-x64 node-v16.14.0
@noovolari/leapp-cli/0.1.33 darwin-x64 node-v16.14.0
$ leapp --help [COMMAND]
USAGE
$ leapp COMMAND
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/scopes/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ DESCRIPTION
Display help for leapp.
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/5.2.6/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.9/src/commands/help.ts)_
2 changes: 1 addition & 1 deletion docs/cli/scopes/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ EXAMPLES
$leapp version
```

_See code: [dist/commands/version.ts](https://github.com/noovolari/leapp/blob/v0.1.32/dist/commands/version.ts)_
_See code: [dist/commands/version.ts](https://github.com/noovolari/leapp/blob/v0.1.33/dist/commands/version.ts)_
2 changes: 1 addition & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $ npm install -g @noovolari/leapp-cli
$ leapp COMMAND
running command...
$ leapp (--version)
@noovolari/leapp-cli/0.1.32 darwin-x64 node-v16.14.0
@noovolari/leapp-cli/0.1.33 darwin-x64 node-v16.14.0
$ leapp --help [COMMAND]
USAGE
$ leapp COMMAND
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ npm install -g @noovolari/leapp-cli
$ leapp COMMAND
running command...
$ leapp (--version)
@noovolari/leapp-cli/0.1.32 darwin-x64 node-v16.14.0
@noovolari/leapp-cli/0.1.33 darwin-x64 node-v16.14.0
$ leapp --help [COMMAND]
USAGE
$ leapp COMMAND
Expand Down
8,472 changes: 1,996 additions & 6,476 deletions packages/cli/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@noovolari/leapp-cli",
"description": "Leapp's Command Line Interface\n\nIt relies on Leapp Core, which encapsulates the domain logic.\n\nFor more information about the project visit the [site](www.leapp.cloud).",
"version": "0.1.32",
"version": "0.1.33",
"author": {
"name": "Noovolari",
"email": "[email protected]"
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"@azure/msal-node": "^1.9.0",
"@babel/plugin-proposal-decorators": "^7.16.5",
"@noovolari/leapp-core": "0.1.133",
"@noovolari/leapp-core": "0.1.134",
"@oclif/core": "2.1.4",
"@oclif/plugin-help": "^5.1.12",
"@types/inquirer": "8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/scopes/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ DESCRIPTION
Display help for leapp.
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.6/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.9/src/commands/help.ts)_
2 changes: 1 addition & 1 deletion packages/cli/scopes/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ EXAMPLES
$leapp version
```

_See code: [dist/commands/version.ts](https://github.com/noovolari/leapp/blob/v0.1.32/dist/commands/version.ts)_
_See code: [dist/commands/version.ts](https://github.com/noovolari/leapp/blob/v0.1.33/dist/commands/version.ts)_
Loading

0 comments on commit fa4647a

Please sign in to comment.