-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdevcontainer-feature.json
More file actions
68 lines (68 loc) · 1.85 KB
/
Copy pathdevcontainer-feature.json
File metadata and controls
68 lines (68 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "CLI for Microsoft 365",
"id": "cli-microsoft365",
"version": "1.1.0",
"description": "CLI for Microsoft 365 is a cross-platform CLI that allows users on any platform to manage various configuration settings of Microsoft 365.",
"documentationURL": "https://github.com/jpawlowski/devcontainer-features/tree/main/src/cli-microsoft365",
"licenseURL": "https://github.com/jpawlowski/devcontainer-features/tree/main/LICENSE.txt",
"keywords": [
"microsoft",
"cli",
"azure",
"sharepoint",
"sharepoint-online",
"microsoft-entra",
"spfx",
"sharepoint-framework",
"microsoft-graph",
"microsoft-teams",
"microsoft-power-automate",
"microsoft-power-apps",
"microsoft-planner",
"microsoft-viva",
"microsoft-365",
"microsoft365",
"m365",
"pnp"
],
"options": {
"version": {
"type": "string",
"proposals": [
"latest"
],
"default": "latest",
"description": "Set the version of the CLI to install."
},
"commandCompletion": {
"type": "boolean",
"default": true,
"description": "Enable command completion in Bash, Zsh and Fish."
},
"commandCompletionPS": {
"type": "boolean",
"default": true,
"description": "Enable command completion in PowerShell."
}
},
"customizations": {
"vscode": {
"extensions": [
"adamwojcikit.cli-for-microsoft-365-extension"
]
}
},
"dependsOn": {
"ghcr.io/devcontainers/features/node": {}
},
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils",
"ghcr.io/devcontainers/features/node",
"ghcr.io/devcontainers/features/powershell",
"ghcr.io/jpawlowski/devcontainer-features/powershell-extended",
"ghcr.io/devcontainers-contrib/features/fish-apt-get"
],
"containerEnv": {
"CLIMICROSOFT365_ENV": "docker"
}
}