Skip to content

Commit

Permalink
chore: added roles in start session cli (#344)
Browse files Browse the repository at this point in the history
* chore: added roles in start session cli

* chore: reviewed PR

Co-authored-by: Eric Villa <[email protected]>
  • Loading branch information
andreacavagna01 and ericvilla authored Oct 6, 2022
1 parent f480f88 commit fc1d6d9
Show file tree
Hide file tree
Showing 13 changed files with 543 additions and 266 deletions.
164 changes: 107 additions & 57 deletions packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@azure/msal-node": "^1.9.0",
"@babel/plugin-proposal-decorators": "^7.16.5",
"@noovolari/leapp-core": "0.1.123",
"@noovolari/leapp-core": "file:../core",
"@oclif/core": "1.6.0",
"@oclif/plugin-help": "^5.1.12",
"@types/inquirer": "8.2.0",
Expand Down Expand Up @@ -145,4 +145,4 @@
"nightly": "gushio gushio/target-nightly.js"
},
"types": "dist/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/cli/scopes/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ Display help for leapp.

* [`leapp help [COMMAND]`](#leapp-help-command)

# `leapp help [COMMAND]`
## `leapp help [COMMAND]`

Display help for leapp.

```console
```
USAGE
$ leapp help [COMMAND] [-n]
Expand Down
Loading

0 comments on commit fc1d6d9

Please sign in to comment.