@pnp/cli-microsoft365 7.6.0-beta.fc0eacc → 7.6.0
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/allCommands.json +1 -1
- package/allCommandsFull.json +1 -1
- package/docs/docs/cmd/setup.mdx +2 -4
- package/package.json +2 -2
package/docs/docs/cmd/setup.mdx
CHANGED
|
@@ -14,10 +14,10 @@ m365 setup [options]
|
|
|
14
14
|
|
|
15
15
|
```md definition-list
|
|
16
16
|
`--interactive`
|
|
17
|
-
: Configure CLI for Microsoft 365 for interactive use without prompting for additional information
|
|
17
|
+
: Configure CLI for Microsoft 365 for interactive use without prompting for additional information.
|
|
18
18
|
|
|
19
19
|
`--scripting`
|
|
20
|
-
: Configure CLI for Microsoft 365 for use in scripts without prompting for additional information
|
|
20
|
+
: Configure CLI for Microsoft 365 for use in scripts without prompting for additional information.
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
<Global />
|
|
@@ -49,7 +49,6 @@ The `m365 setup` command uses the following presets:
|
|
|
49
49
|
- interactive use:
|
|
50
50
|
- autoOpenLinksInBrowser: true,
|
|
51
51
|
- copyDeviceCodeToClipboard: true,
|
|
52
|
-
- interactive: true,
|
|
53
52
|
- output: 'text',
|
|
54
53
|
- printErrorsAsPlainText: true,
|
|
55
54
|
- prompt: true,
|
|
@@ -58,7 +57,6 @@ The `m365 setup` command uses the following presets:
|
|
|
58
57
|
- scripting use:
|
|
59
58
|
- autoOpenLinksInBrowser: false,
|
|
60
59
|
- copyDeviceCodeToClipboard: false,
|
|
61
|
-
- interactive: false,
|
|
62
60
|
- output: 'json',
|
|
63
61
|
- printErrorsAsPlainText: false,
|
|
64
62
|
- prompt: false,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/cli-microsoft365",
|
|
3
|
-
"version": "7.6.0
|
|
3
|
+
"version": "7.6.0",
|
|
4
4
|
"description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/api.js",
|
|
@@ -302,4 +302,4 @@
|
|
|
302
302
|
"sinon": "^17.0.0",
|
|
303
303
|
"source-map-support": "^0.5.21"
|
|
304
304
|
}
|
|
305
|
-
}
|
|
305
|
+
}
|