Skip to content

Commit

Permalink
chore: fix core and cli deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Villa committed Feb 27, 2024
1 parent 0a09f36 commit 5e19c03
Show file tree
Hide file tree
Showing 8 changed files with 6,174 additions and 28,633 deletions.
4 changes: 2 additions & 2 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ For more information about the project visit the [site](www.leapp.cloud).
# Usage
<!-- usage -->
```sh-session
$ npm install -g @noovolari/leapp-cli
$ npm install -g @noovolari/leapp-cli-nightly
$ leapp COMMAND
running command...
$ leapp (--version)
@noovolari/leapp-cli/0.1.61 darwin-x64 node-v18.19.0
@noovolari/leapp-cli-nightly/0.1.61-nightly.202402271717 darwin-x64 node-v18.19.0
$ leapp --help [COMMAND]
USAGE
$ leapp COMMAND
Expand Down
8,099 changes: 5,916 additions & 2,183 deletions packages/cli/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/cli/scopes/set-workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ EXAMPLES
$leapp team set-workspace WORKSPACE-NAME
```

_See code: [dist/commands/set-workspace.ts](https://github.com/noovolari/leapp/blob/v0.1.61/dist/commands/set-workspace.ts)_
_See code: [dist/commands/set-workspace.ts](https://github.com/noovolari/leapp/blob/v0.1.61-nightly.202402271717/dist/commands/set-workspace.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.61/dist/commands/version.ts)_
_See code: [dist/commands/version.ts](https://github.com/noovolari/leapp/blob/v0.1.61-nightly.202402271717/dist/commands/version.ts)_
2 changes: 1 addition & 1 deletion packages/cli/scopes/workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ EXAMPLES
$leapp workspace
```

_See code: [dist/commands/workspace.ts](https://github.com/noovolari/leapp/blob/v0.1.61/dist/commands/workspace.ts)_
_See code: [dist/commands/workspace.ts](https://github.com/noovolari/leapp/blob/v0.1.61-nightly.202402271717/dist/commands/workspace.ts)_
Loading

0 comments on commit 5e19c03

Please sign in to comment.