Skip to content

Commit

Permalink
chore(release): release cli v0.1.65
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvilla committed Mar 15, 2024
1 parent fc4f161 commit 2800086
Show file tree
Hide file tree
Showing 20 changed files with 1,951 additions and 3,810 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.64 darwin-x64 node-v21.6.2
@noovolari/leapp-cli/0.1.65 darwin-x64 node-v21.6.2
$ leapp --help [COMMAND]
USAGE
$ leapp COMMAND
Expand Down
2 changes: 1 addition & 1 deletion docs/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.64/dist/commands/set-workspace.ts)_
_See code: [dist/commands/set-workspace.ts](https://github.com/noovolari/leapp/blob/v0.1.65/dist/commands/set-workspace.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.64/dist/commands/version.ts)_
_See code: [dist/commands/version.ts](https://github.com/noovolari/leapp/blob/v0.1.65/dist/commands/version.ts)_
2 changes: 1 addition & 1 deletion docs/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.64/dist/commands/workspace.ts)_
_See code: [dist/commands/workspace.ts](https://github.com/noovolari/leapp/blob/v0.1.65/dist/commands/workspace.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.64 darwin-x64 node-v21.6.2
@noovolari/leapp-cli/0.1.65 darwin-x64 node-v21.6.2
$ 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.64 darwin-x64 node-v21.6.2
@noovolari/leapp-cli/0.1.65 darwin-x64 node-v21.6.2
$ leapp --help [COMMAND]
USAGE
$ leapp COMMAND
Expand Down
5,650 changes: 1,896 additions & 3,754 deletions packages/cli/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 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.64",
"version": "0.1.65",
"author": {
"name": "Noovolari",
"email": "info@noovolari.com"
Expand All @@ -15,7 +15,7 @@
"@aws-sdk/client-sso-oidc": "3.525.0",
"@azure/msal-node": "^1.9.0",
"@babel/plugin-proposal-decorators": "^7.16.5",
"@noovolari/leapp-core": "0.1.164",
"@noovolari/leapp-core": "0.1.165",
"@oclif/core": "2.1.4",
"@oclif/plugin-help": "^5.1.12",
"@smithy/node-http-handler": "2.4.1",
Expand Down Expand Up @@ -148,4 +148,4 @@
"debug-session-list": "./bin/run session start"
},
"types": "dist/index.d.ts"
}
}
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
4 changes: 2 additions & 2 deletions 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 All @@ -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.64/dist/commands/set-workspace.ts)_
_See code: [dist/commands/set-workspace.ts](https://github.com/noovolari/leapp/blob/v0.1.65/dist/commands/set-workspace.ts)_
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
4 changes: 2 additions & 2 deletions 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 All @@ -20,4 +20,4 @@ EXAMPLES
$leapp version
```

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

0 comments on commit 2800086

Please sign in to comment.