Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ There is an official package named [`ado-npm-auth`](https://github.com/microsoft

| Short | Long | Type | Description |
| ----- | ---------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `-c` | `--config` | `string` | The location of the .npmrc file. Defaults to current directory |
| `-c` | `--config` | `string` | The location of the project .npmrc file. Defaults to current directory |
| `-n` | `--npmrcPath` | `string` | The location of the user .npmrc file. Defaults to user's home directory (~/.npmrc) |
| `-o` | `--organization` | `string` | The Azure DevOps organization - only required if not parsing from the .npmrc file |
| `-p` | `--project` | `string` | The Azure DevOps project - only required if not parsing from the .npmrc file and the feed is project-scoped |
| `-f` | `--feed` | `string` | The Azure Artifacts feed - only required if not parsing from the .npmrc file |
Expand Down
Loading