@pnp/cli-microsoft365 5.7.0-beta.a2f3d05 → 5.7.0-beta.a625802
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/docs/cmd/cli/completion/completion-clink-update.md +1 -1
- package/docs/docs/cmd/cli/completion/completion-pwsh-setup.md +1 -1
- package/docs/docs/cmd/cli/completion/completion-pwsh-update.md +1 -1
- package/docs/docs/cmd/cli/completion/completion-sh-setup.md +1 -1
- package/docs/docs/cmd/cli/completion/completion-sh-update.md +1 -1
- package/package.json +1 -1
|
@@ -29,4 +29,4 @@ cli completion clink update > m365.lua
|
|
|
29
29
|
|
|
30
30
|
## More information
|
|
31
31
|
|
|
32
|
-
- Command completion: [https://pnp.github.io/cli-microsoft365/
|
|
32
|
+
- Command completion: [https://pnp.github.io/cli-microsoft365/user-guide/completion/](https://pnp.github.io/cli-microsoft365/user-guide/completion/)
|
|
@@ -31,4 +31,4 @@ cli completion pwsh setup --profile $profile
|
|
|
31
31
|
|
|
32
32
|
## More information
|
|
33
33
|
|
|
34
|
-
- Command completion: [https://pnp.github.io/cli-microsoft365/
|
|
34
|
+
- Command completion: [https://pnp.github.io/cli-microsoft365/user-guide/completion/](https://pnp.github.io/cli-microsoft365/user-guide/completion/)
|
|
@@ -26,4 +26,4 @@ cli completion pwsh update
|
|
|
26
26
|
|
|
27
27
|
## More information
|
|
28
28
|
|
|
29
|
-
- Command completion: [https://pnp.github.io/cli-microsoft365/
|
|
29
|
+
- Command completion: [https://pnp.github.io/cli-microsoft365/user-guide/completion/](https://pnp.github.io/cli-microsoft365/user-guide/completion/)
|
|
@@ -22,4 +22,4 @@ cli completion sh setup
|
|
|
22
22
|
|
|
23
23
|
## More information
|
|
24
24
|
|
|
25
|
-
- Command completion: [https://pnp.github.io/cli-microsoft365/
|
|
25
|
+
- Command completion: [https://pnp.github.io/cli-microsoft365/user-guide/completion/](https://pnp.github.io/cli-microsoft365/user-guide/completion/)
|
|
@@ -26,4 +26,4 @@ m365 cli completion sh update
|
|
|
26
26
|
|
|
27
27
|
## More information
|
|
28
28
|
|
|
29
|
-
- Command completion: [https://pnp.github.io/cli-microsoft365/
|
|
29
|
+
- Command completion: [https://pnp.github.io/cli-microsoft365/user-guide/completion/](https://pnp.github.io/cli-microsoft365/user-guide/completion/)
|
package/package.json
CHANGED