Skip to content

Commit 0464c1c

Browse files
Changed command status messages output to verbose
1 parent 28d98ae commit 0464c1c

76 files changed

Lines changed: 1053 additions & 741 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/guides/adding-command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Depending on your command and the service for which you're building the command,
8686

8787
### Tracking command usage
8888

89-
The Office 365 CLI tracks usage of the different commands using Azure Application Insights. By default, for each command the CLI tracks its name and whether it's been executed in verbose mode or not. If your command has additional properties that should be included in the telemetry, you can define them by overriding the **getTelemetryProperties** property and adding your properties to the **telemetryProps** object:
89+
The Office 365 CLI tracks usage of the different commands using Azure Application Insights. By default, for each command the CLI tracks its name and whether it's been executed in debug/verbose mode or not. If your command has additional properties that should be included in the telemetry, you can define them by overriding the **getTelemetryProperties** property and adding your properties to the **telemetryProps** object:
9090

9191
```ts
9292
class SpoMyCommand extends Command {

docs/manual/docs/cmd/spo/app/app-add.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Option|Description
1616
`-p, --filePath <filePath>`|Absolute or relative path to the solution package file to add to the app catalog
1717
`--overwrite`|Set to overwrite the existing package file
1818
`--verbose`|Runs command with verbose logging
19+
`--debug`|Runs command with debug logging
1920

2021
!!! important
2122
Before using this command, connect to a SharePoint Online site, using the [spo connect](../connect.md) command.

docs/manual/docs/cmd/spo/app/app-deploy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Option|Description
1616
`-i, --id <id>`|ID of the app to deploy. Needs to be available in the tenant app catalog.
1717
`-u, --appCatalogUrl [appCatalogUrl]`|(optional) URL of the tenant app catalog site. If not specified, the CLI will try to resolve it automatically
1818
`--verbose`|Runs command with verbose logging
19+
`--debug`|Runs command with debug logging
1920

2021
!!! important
2122
Before using this command, connect to a SharePoint Online site, using the [spo connect](../connect.md) command.

docs/manual/docs/cmd/spo/app/app-get.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Option|Description
1515
`--help`|output usage information
1616
`-i, --id <id>`|ID of the app to retrieve information for
1717
`--verbose`|Runs command with verbose logging
18+
`--debug`|Runs command with debug logging
1819

1920
!!! important
2021
Before using this command, connect to a SharePoint Online site, using the [spo connect](../connect.md) command.

docs/manual/docs/cmd/spo/app/app-install.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Option|Description
1616
`-i, --id <id>`|ID of the app to retrieve information for
1717
`-s, --siteUrl <siteUrl>`|Absolute URL of the site to install the app in
1818
`--verbose`|Runs command with verbose logging
19+
`--debug`|Runs command with debug logging
1920

2021
!!! important
2122
Before using this command, connect to a SharePoint Online site, using the [spo connect](../connect.md) command.

docs/manual/docs/cmd/spo/app/app-list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Option|Description
1414
------|-----------
1515
`--help`|output usage information
1616
`--verbose`|Runs command with verbose logging
17+
`--debug`|Runs command with debug logging
1718

1819
!!! important
1920
Before using this command, connect to a SharePoint Online site, using the [spo connect](../connect.md) command.

docs/manual/docs/cmd/spo/app/app-retract.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Option|Description
1717
`-u, --appCatalogUrl [appCatalogUrl]`|(optional) URL of the tenant app catalog site. If not specified, the CLI will try to resolve it automatically
1818
`--confirm`|Don't prompt for confirming retracting the app from the tenant app catalog
1919
`--verbose`|Runs command with verbose logging
20+
`--debug`|Runs command with debug logging
2021

2122
!!! important
2223
Before using this command, connect to a SharePoint Online site, using the [spo connect](../connect.md) command.

docs/manual/docs/cmd/spo/app/app-uninstall.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Option|Description
1717
`-s, --siteUrl <siteUrl>`|Absolute URL of the site to uninstall the app from
1818
`--confirm`|Don't prompt for confirming uninstalling the app
1919
`--verbose`|Runs command with verbose logging
20+
`--debug`|Runs command with debug logging
2021

2122
!!! important
2223
Before using this command, connect to a SharePoint Online site, using the [spo connect](../connect.md) command.

docs/manual/docs/cmd/spo/app/app-upgrade.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Option|Description
1616
`-i, --id <id>`|ID of the app to retrieve information for
1717
`-s, --siteUrl <siteUrl>`|Absolute URL of the site to install the app in
1818
`--verbose`|Runs command with verbose logging
19+
`--debug`|Runs command with debug logging
1920

2021
!!! important
2122
Before using this command, connect to a SharePoint Online site, using the [spo connect](../connect.md) command.

docs/manual/docs/cmd/spo/cdn/cdn-get.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Option|Description
1515
`--help`|output usage information
1616
`-t, --type [type]`|Type of CDN to manage. `Public|Private`. Default `Public`
1717
`--verbose`|Runs command with verbose logging
18+
`--debug`|Runs command with debug logging
1819

1920
!!! important
2021
Before using this command, connect to a SharePoint Online tenant admin site, using the [spo connect](../connect.md) command.

0 commit comments

Comments
 (0)