Skip to content

Commit c59303b

Browse files
authored
Merge pull request #70 from microsoft/automated-documentation-update-12697164964
Automated documentation update
2 parents c13dff3 + 9546540 commit c59303b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/artifacts-helper/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Configures Codespace to authenticate with Azure Artifact feeds
2323
| yarnAlias | Create alias for yarn | boolean | true |
2424
| npxAlias | Create alias for npx | boolean | true |
2525
| rushAlias | Create alias for rush | boolean | true |
26+
| pnpmAlias | Create alias for pnpm | boolean | true |
2627
| 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 |
2728
| python | Install Python keyring helper for pip | boolean | false |
2829

@@ -33,10 +34,10 @@ Configures Codespace to authenticate with Azure Artifact feeds
3334
- `ms-codespaces-tools.ado-codespaces-auth`
3435

3536
This installs [Azure Artifacts Credential Provider](https://github.com/microsoft/artifacts-credprovider)
36-
and optionally configures functions which shadow `dotnet`, `nuget`, `npm`, `yarn`, and `rush` which dynamically sets an authentication token
37+
and optionally configures functions which shadow `dotnet`, `nuget`, `npm`, `yarn`, `rush`, and `pnpm` which dynamically sets an authentication token
3738
for pulling artifacts from a feed before running the command.
3839

39-
For `npm`, `yarn`, and `rush` this requires that your `~/.npmrc` file is configured to use the ${ARTIFACTS_ACCESSTOKEN}
40+
For `npm`, `yarn`, `rush`, and `pnpm` this requires that your `~/.npmrc` file is configured to use the ${ARTIFACTS_ACCESSTOKEN}
4041
environment variable for the `authToken`. A helper script has been added that you can use to write your `~/.npmrc`
4142
file during your setup process, though there are many ways you could accomplish this. To use the script, run it like
4243
this:

0 commit comments

Comments
 (0)