You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/artifacts-helper/README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ Configures Codespace to authenticate with Azure Artifact feeds
24
24
| npxAlias | Create alias for npx | boolean | true |
25
25
| rushAlias | Create alias for rush | boolean | true |
26
26
| pnpmAlias | Create alias for pnpm | boolean | true |
27
+
| azAlias | Create alias for az (Azure CLI) | boolean | true |
27
28
| shimDirectory | Directory where the shims will be installed. This must be in $PATH, and needs to be as early as possible in priority for the scripts to override the base executables. | string | /usr/local/share/codespace-shims |
28
29
| targetFiles | Comma separated list of files to write to. Default is '/etc/bash.bashrc,/etc/zsh/zshrc' for root and '~/.bashrc,~/.zshrc' for non-root | string | DEFAULT |
0 commit comments