@@ -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
4446Delete 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
6468Show integrations list
@@ -69,15 +73,15 @@ USAGE
6973 [--csv | --no-truncate]] [--no-header | ]
7074
7175FLAGS
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
8286DESCRIPTION
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
9197Login 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
111119Logout 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
131141Synchronize 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 ) _
0 commit comments