Skip to content

Commit f6ccb54

Browse files
author
Eric Villa
committed
chore: bumped oclif version
1 parent 5a27ccb commit f6ccb54

12 files changed

Lines changed: 16122 additions & 13765 deletions

File tree

packages/cli/package-lock.json

Lines changed: 16008 additions & 13715 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"node-ipc": "9.2.1",
5151
"node-log-rotate": "~0.1.5",
5252
"node-machine-id": "~1.1.12",
53-
"oclif": "3.6.1",
53+
"oclif": "4.22.12",
5454
"open": "^8.4.0",
5555
"ps-list": "^8.1.0",
5656
"ps-node": "^0.1.6",

packages/cli/scopes/help.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Display help for leapp.
1111

1212
```
1313
USAGE
14-
$ leapp help [COMMANDS] [-n]
14+
$ leapp help [COMMANDS...] [-n]
1515
1616
ARGUMENTS
17-
COMMANDS Command to show help for.
17+
COMMANDS... Command to show help for.
1818
1919
FLAGS
2020
-n, --nested-commands Include all nested commands in the output.

packages/cli/scopes/idp-url.md

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ EXAMPLES
2828
$leapp idp-url create --idpUrl ADDRESS
2929
```
3030

31+
_See code: [src/commands/idp-url/create.ts](https://github.com/noovolari/leapp/blob/v0.1.65/src/commands/idp-url/create.ts)_
32+
3133
## `leapp idp-url delete`
3234

3335
Delete an identity provider URL
@@ -37,8 +39,8 @@ USAGE
3739
$ leapp idp-url delete [--idpUrlId <value>] [-f]
3840
3941
FLAGS
40-
-f, --force force a command without asking for confirmation (-f, --force)
41-
--idpUrlId=<value> the idp url id that we want to pass to the function like the delete one
42+
-f, --force force a command without asking for confirmation (-f, --force)
43+
--idpUrlId=<value> the idp url id that we want to pass to the function like the delete one
4244
4345
DESCRIPTION
4446
Delete an identity provider URL
@@ -51,6 +53,8 @@ EXAMPLES
5153
$leapp idp-url delete --idpUrlId ID [--force, -f]
5254
```
5355

56+
_See code: [src/commands/idp-url/delete.ts](https://github.com/noovolari/leapp/blob/v0.1.65/src/commands/idp-url/delete.ts)_
57+
5458
## `leapp idp-url edit`
5559

5660
Edit an identity provider URL
@@ -72,6 +76,8 @@ EXAMPLES
7276
$leapp idp-url edit --idpUrlId ID --idpUrl ADDRESS
7377
```
7478

79+
_See code: [src/commands/idp-url/edit.ts](https://github.com/noovolari/leapp/blob/v0.1.65/src/commands/idp-url/edit.ts)_
80+
7581
## `leapp idp-url list`
7682

7783
Show identity providers list
@@ -82,19 +88,21 @@ USAGE
8288
[--csv | --no-truncate]] [--no-header | ]
8389
8490
FLAGS
85-
-x, --extended show extra columns
86-
--columns=<value> only show provided columns (comma-separated)
87-
--csv output is csv format [alias: --output=csv]
88-
--filter=<value> filter property by partial string matching, ex: name=foo
89-
--no-header hide table header from output
90-
--no-truncate do not truncate output to fit screen
91-
--output=<option> output in a more machine friendly format
92-
<options: csv|json|yaml>
93-
--sort=<value> property to sort by (prepend '-' for descending)
91+
-x, --extended show extra columns
92+
--columns=<value> only show provided columns (comma-separated)
93+
--csv output is csv format [alias: --output=csv]
94+
--filter=<value> filter property by partial string matching, ex: name=foo
95+
--no-header hide table header from output
96+
--no-truncate do not truncate output to fit screen
97+
--output=<option> output in a more machine friendly format
98+
<options: csv|json|yaml>
99+
--sort=<value> property to sort by (prepend '-' for descending)
94100
95101
DESCRIPTION
96102
Show identity providers list
97103
98104
EXAMPLES
99105
$leapp idp-url list
100106
```
107+
108+
_See code: [src/commands/idp-url/list.ts](https://github.com/noovolari/leapp/blob/v0.1.65/src/commands/idp-url/list.ts)_

packages/cli/scopes/integration.md

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ EXAMPLES
3939
$leapp integration create --integrationType AZURE --integrationAlias ALIAS --integrationTenantId TENANT --integrationLocation LOCATION
4040
```
4141

42+
_See code: [src/commands/integration/create.ts](https://github.com/noovolari/leapp/blob/v0.1.65/src/commands/integration/create.ts)_
43+
4244
## `leapp integration delete`
4345

4446
Delete an integration
@@ -59,6 +61,8 @@ EXAMPLES
5961
$leapp integration delete --integrationId ID
6062
```
6163

64+
_See code: [src/commands/integration/delete.ts](https://github.com/noovolari/leapp/blob/v0.1.65/src/commands/integration/delete.ts)_
65+
6266
## `leapp integration list`
6367

6468
Show integrations list
@@ -69,15 +73,15 @@ USAGE
6973
[--csv | --no-truncate]] [--no-header | ]
7074
7175
FLAGS
72-
-x, --extended show extra columns
73-
--columns=<value> only show provided columns (comma-separated)
74-
--csv output is csv format [alias: --output=csv]
75-
--filter=<value> filter property by partial string matching, ex: name=foo
76-
--no-header hide table header from output
77-
--no-truncate do not truncate output to fit screen
78-
--output=<option> output in a more machine friendly format
79-
<options: csv|json|yaml>
80-
--sort=<value> property to sort by (prepend '-' for descending)
76+
-x, --extended show extra columns
77+
--columns=<value> only show provided columns (comma-separated)
78+
--csv output is csv format [alias: --output=csv]
79+
--filter=<value> filter property by partial string matching, ex: name=foo
80+
--no-header hide table header from output
81+
--no-truncate do not truncate output to fit screen
82+
--output=<option> output in a more machine friendly format
83+
<options: csv|json|yaml>
84+
--sort=<value> property to sort by (prepend '-' for descending)
8185
8286
DESCRIPTION
8387
Show integrations list
@@ -86,6 +90,8 @@ EXAMPLES
8690
$leapp integration list
8791
```
8892

93+
_See code: [src/commands/integration/list.ts](https://github.com/noovolari/leapp/blob/v0.1.65/src/commands/integration/list.ts)_
94+
8995
## `leapp integration login`
9096

9197
Login to synchronize integration sessions
@@ -106,6 +112,8 @@ EXAMPLES
106112
$leapp integration login --integrationId ID
107113
```
108114

115+
_See code: [src/commands/integration/login.ts](https://github.com/noovolari/leapp/blob/v0.1.65/src/commands/integration/login.ts)_
116+
109117
## `leapp integration logout`
110118

111119
Logout from an integration
@@ -126,6 +134,8 @@ EXAMPLES
126134
$leapp integration logout --integrationId ID
127135
```
128136

137+
_See code: [src/commands/integration/logout.ts](https://github.com/noovolari/leapp/blob/v0.1.65/src/commands/integration/logout.ts)_
138+
129139
## `leapp integration sync`
130140

131141
Synchronize integration sessions
@@ -145,3 +155,5 @@ EXAMPLES
145155
146156
$leapp integration sync --integrationId ID
147157
```
158+
159+
_See code: [src/commands/integration/sync.ts](https://github.com/noovolari/leapp/blob/v0.1.65/src/commands/integration/sync.ts)_

packages/cli/scopes/profile.md

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ EXAMPLES
2828
$leapp profile create --profileName PROFILENAME
2929
```
3030

31+
_See code: [src/commands/profile/create.ts](https://github.com/noovolari/leapp/blob/v0.1.65/src/commands/profile/create.ts)_
32+
3133
## `leapp profile delete`
3234

3335
Delete an AWS named profile
@@ -37,8 +39,8 @@ USAGE
3739
$ leapp profile delete [--profileId <value>] [-f]
3840
3941
FLAGS
40-
-f, --force force a command without asking for confirmation (-f, --force)
41-
--profileId=<value> an AWS named profile ID in Leapp
42+
-f, --force force a command without asking for confirmation (-f, --force)
43+
--profileId=<value> an AWS named profile ID in Leapp
4244
4345
DESCRIPTION
4446
Delete an AWS named profile
@@ -51,6 +53,8 @@ EXAMPLES
5153
$leapp profile delete --profileId PROFILEID [--force, -f]
5254
```
5355

56+
_See code: [src/commands/profile/delete.ts](https://github.com/noovolari/leapp/blob/v0.1.65/src/commands/profile/delete.ts)_
57+
5458
## `leapp profile edit`
5559

5660
Rename an AWS named profile
@@ -72,6 +76,8 @@ EXAMPLES
7276
$leapp profile edit --profileId ID --profileName PROFILENAME
7377
```
7478

79+
_See code: [src/commands/profile/edit.ts](https://github.com/noovolari/leapp/blob/v0.1.65/src/commands/profile/edit.ts)_
80+
7581
## `leapp profile list`
7682

7783
Show profile list
@@ -82,19 +88,21 @@ USAGE
8288
[--csv | --no-truncate]] [--no-header | ]
8389
8490
FLAGS
85-
-x, --extended show extra columns
86-
--columns=<value> only show provided columns (comma-separated)
87-
--csv output is csv format [alias: --output=csv]
88-
--filter=<value> filter property by partial string matching, ex: name=foo
89-
--no-header hide table header from output
90-
--no-truncate do not truncate output to fit screen
91-
--output=<option> output in a more machine friendly format
92-
<options: csv|json|yaml>
93-
--sort=<value> property to sort by (prepend '-' for descending)
91+
-x, --extended show extra columns
92+
--columns=<value> only show provided columns (comma-separated)
93+
--csv output is csv format [alias: --output=csv]
94+
--filter=<value> filter property by partial string matching, ex: name=foo
95+
--no-header hide table header from output
96+
--no-truncate do not truncate output to fit screen
97+
--output=<option> output in a more machine friendly format
98+
<options: csv|json|yaml>
99+
--sort=<value> property to sort by (prepend '-' for descending)
94100
95101
DESCRIPTION
96102
Show profile list
97103
98104
EXAMPLES
99105
$leapp profile list
100106
```
107+
108+
_See code: [src/commands/profile/list.ts](https://github.com/noovolari/leapp/blob/v0.1.65/src/commands/profile/list.ts)_

packages/cli/scopes/region.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ EXAMPLES
2121
$leapp region get-default
2222
```
2323

24+
_See code: [src/commands/region/get-default.ts](https://github.com/noovolari/leapp/blob/v0.1.65/src/commands/region/get-default.ts)_
25+
2426
## `leapp region set-default`
2527

2628
Change the default region
@@ -40,3 +42,5 @@ EXAMPLES
4042
4143
$leapp region set-default --region AWSREGION
4244
```
45+
46+
_See code: [src/commands/region/set-default.ts](https://github.com/noovolari/leapp/blob/v0.1.65/src/commands/region/set-default.ts)_

0 commit comments

Comments
 (0)