Skip to content

Commit

Permalink
chore: bumped axios to 1.6.2 and wait-on to 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Villa committed Feb 5, 2024
1 parent d3edc43 commit 2548ac6
Show file tree
Hide file tree
Showing 16 changed files with 19,042 additions and 19,869 deletions.
11,307 changes: 7,468 additions & 3,839 deletions packages/cli/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@aws-sdk/client-sso": "^3.85.0",
"@aws-sdk/client-sso-oidc": "^3.85.0",
"@babel/plugin-proposal-decorators": "^7.16.5",
"@noovolari/leapp-core": "0.1.160",
"@noovolari/leapp-core": "file:../core",
"@oclif/core": "2.1.4",
"@oclif/plugin-help": "^5.1.12",
"@types/inquirer": "8.2.0",
Expand All @@ -25,7 +25,7 @@
"assert": "2.0.0",
"aws-sdk": "2.928.0",
"aws-sdk-mock": "5.3.0",
"axios": "^1.6.2",
"axios": "1.6.2",
"chdir": "0.0.0",
"class-validator": "^0.14.0",
"class-transformer": "^0.4.0",
Expand All @@ -36,7 +36,7 @@
"extract-zip": "~2.0.1",
"fix-path": "~3.0.0",
"folder-hash": "^4.0.2",
"follow-redirects": "^1.14.9",
"follow-redirects": "1.15.4",
"fs-extra": "~9.1.0",
"fs-web": "1.0.1",
"http-proxy-agent": "4.0.1",
Expand Down Expand Up @@ -67,7 +67,7 @@
"tar": "^6.1.11",
"tslib": "^2.3.1",
"uuid": "~8.3.2",
"wait-on": "^6.0.0",
"wait-on": "7.2.0",
"zlib": "~1.0.5"
},
"devDependencies": {
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 @@ -9,7 +9,7 @@ Display help for leapp.

Display help for leapp.

```console
```
USAGE
$ leapp help [COMMANDS] [-n]
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/scopes/idp-url.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SAML 2.0 Identity providers URL management

Create a new identity provider URL

```console
```
USAGE
$ leapp idp-url create [--idpUrl <value>]
Expand All @@ -32,7 +32,7 @@ EXAMPLES

Delete an identity provider URL

```console
```
USAGE
$ leapp idp-url delete [--idpUrlId <value>] [-f]
Expand All @@ -55,7 +55,7 @@ EXAMPLES

Edit an identity provider URL

```console
```
USAGE
$ leapp idp-url edit [--idpUrlId <value>] [--idpUrl <value>]
Expand All @@ -76,7 +76,7 @@ EXAMPLES

Show identity providers list

```console
```
USAGE
$ leapp idp-url list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
[--csv | --no-truncate]] [--no-header | ]
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/scopes/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Leapp Integrations management

Create a new integration

```console
```
USAGE
$ leapp integration create [--integrationAlias <value>] [--integrationPortalUrl <value>] [--integrationRegion <value>]
[--integrationType AWS-SSO|AZURE] [--integrationTenantId <value>] [--integrationLocation <value>]
Expand Down Expand Up @@ -43,7 +43,7 @@ EXAMPLES

Delete an integration

```console
```
USAGE
$ leapp integration delete [--integrationId <value>]
Expand All @@ -63,7 +63,7 @@ EXAMPLES

Show integrations list

```console
```
USAGE
$ leapp integration list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
[--csv | --no-truncate]] [--no-header | ]
Expand All @@ -90,7 +90,7 @@ EXAMPLES

Login to synchronize integration sessions

```console
```
USAGE
$ leapp integration login [--integrationId <value>]
Expand All @@ -110,7 +110,7 @@ EXAMPLES

Logout from an integration

```console
```
USAGE
$ leapp integration logout [--integrationId <value>]
Expand All @@ -130,7 +130,7 @@ EXAMPLES

Synchronize integration sessions

```console
```
USAGE
$ leapp integration sync [--integrationId <value>]
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/scopes/profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Leapp AWS Multi-profile management

Create a new AWS named profile

```console
```
USAGE
$ leapp profile create [--profileName <value>]
Expand All @@ -32,7 +32,7 @@ EXAMPLES

Delete an AWS named profile

```console
```
USAGE
$ leapp profile delete [--profileId <value>] [-f]
Expand All @@ -55,7 +55,7 @@ EXAMPLES

Rename an AWS named profile

```console
```
USAGE
$ leapp profile edit [--profileId <value>] [--profileName <value>]
Expand All @@ -76,7 +76,7 @@ EXAMPLES

Show profile list

```console
```
USAGE
$ leapp profile list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
[--csv | --no-truncate]] [--no-header | ]
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/scopes/region.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Leapp regions management

Displays the default region

```console
```
USAGE
$ leapp region get-default
Expand All @@ -25,7 +25,7 @@ EXAMPLES

Change the default region

```console
```
USAGE
$ leapp region set-default [--region <value>]
Expand Down
26 changes: 13 additions & 13 deletions packages/cli/scopes/session.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Sessions management

Add a new session

```console
```
USAGE
$ leapp session add [--providerType aws] [--accessKey <value>] [--idpArn <value>] [--idpUrl <value>]
[--mfaDevice <value>] [--sessionName <value>] [--parentSessionId <value>] [--profileId <value>] [--region <value>]
Expand Down Expand Up @@ -66,7 +66,7 @@ EXAMPLES

Change a session named-profile

```console
```
USAGE
$ leapp session change-profile [--sessionId <value>] [--profileId <value>]
Expand All @@ -87,7 +87,7 @@ EXAMPLES

Change a session region

```console
```
USAGE
$ leapp session change-region [--sessionId <value>] [--region <value>]
Expand All @@ -108,7 +108,7 @@ EXAMPLES

Provides info about the current active session for a selected profile (if no profile is provided, it uses the profile default)

```console
```
USAGE
$ leapp session current [-i] [-p <value>] [-r aws|azure] [-f <value>]
Expand All @@ -133,7 +133,7 @@ EXAMPLES

Delete a session

```console
```
USAGE
$ leapp session delete [--sessionId <value>] [-f]
Expand All @@ -156,7 +156,7 @@ EXAMPLES

Generate STS temporary credentials for the given AWS session id

```console
```
USAGE
$ leapp session generate SESSIONID
Expand All @@ -174,7 +174,7 @@ EXAMPLES

Get session id

```console
```
USAGE
$ leapp session get-id
Expand All @@ -189,7 +189,7 @@ EXAMPLES

Show sessions list with all properties; filter query is case sensitive

```console
```
USAGE
$ leapp session list [--columns <value> | -x] [--sort <value>] [--filter <value>] [--output csv|json|yaml | |
[--csv | --no-truncate]] [--no-header | ]
Expand Down Expand Up @@ -228,7 +228,7 @@ EXAMPLES

Open an AWS Web Console

```console
```
USAGE
$ leapp session open-web-console [--sessionId <value>] [-p]
Expand All @@ -249,7 +249,7 @@ EXAMPLES

Run a Leapp Plugin

```console
```
USAGE
$ leapp session run-aws-credential-plugin [--sessionId <value>] [--pluginName <value>]
Expand All @@ -270,7 +270,7 @@ EXAMPLES

Start a session

```console
```
USAGE
$ leapp session start [SESSIONNAME] [--sessionId <value>] [--sessionRole <value>] [--noInteractive]
Expand Down Expand Up @@ -302,7 +302,7 @@ EXAMPLES

Start an AWS SSM session

```console
```
USAGE
$ leapp session start-ssm-session [--sessionId <value>] [--region <value>] [--ssmInstanceId <value>]
Expand All @@ -324,7 +324,7 @@ EXAMPLES

Stop a session

```console
```
USAGE
$ leapp session stop [SESSIONNAME] [--sessionId <value>] [--sessionRole <value>] [--noInteractive]
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/scopes/set-workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Set the current Leapp workspace

Set the current Leapp workspace

```console
```
USAGE
$ leapp set-workspace [WORKSPACENAME]
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/scopes/team.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Login to your Team account

Login to your Team account

```console
```
USAGE
$ leapp team login
Expand All @@ -26,7 +26,7 @@ EXAMPLES

Logout from your Team account

```console
```
USAGE
$ leapp team logout
Expand All @@ -41,7 +41,7 @@ EXAMPLES

Get the team login status

```console
```
USAGE
$ leapp team status
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/scopes/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Displays the Cli and Core versions

Displays the Cli and Core versions

```console
```
USAGE
$ leapp version
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/scopes/workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Show the current workspace

Show the current workspace

```console
```
USAGE
$ leapp workspace
Expand Down
Loading

0 comments on commit 2548ac6

Please sign in to comment.