-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- 👋 Hi, thanks for sending a PR to azdo-npm-auth! 💖. Please fill out all fields below and make sure each item is true and [x] checked. Otherwise we may not be able to review your PR. --> ## PR Checklist - [x] Addresses an existing open issue: fixes #16 - [ ] That issue was marked as [`status: accepting prs`](https://github.com/johnnyreilly/azdo-npm-auth/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/johnnyreilly/azdo-npm-auth/blob/main/.github/CONTRIBUTING.md) were taken ## Overview <!-- Description of what is changed and how the code change does that. --> Output now looks like this: ```bash ┌ 📦🔑 Welcome to azdo-npm-auth 0.9.0! 📦🔑 │ ● options: │ - pat: [NONE SUPPLIED - WILL ACQUIRE FROM AZURE] │ - config: ./ignore/.npmrc │ - email: [NONE SUPPLIED - WILL USE DEFAULT VALUE] │ - daysToExpiry: 1 │ ● 🎬 Starting parsing project .npmrc. │ ◇ ✅ Passed parsing project .npmrc. │ │ Loading .npmrc at: /Users/john.reilly/code/github.com/azdo-npm-auth/ignore/.npmrc │ Parsed: │ - organisation: johnnyreilly │ - urlWithoutRegistryAtStart: //pkgs.dev.azure.com/johnnyreilly/_packaging/johnnyreilly-packages/npm/registry/ │ - urlWithoutRegistryAtEnd: //pkgs.dev.azure.com/johnnyreilly/_packaging/johnnyreilly-packages/npm/ │ ● 🎬 Starting creating Personal Access Token. │ ◇ ✅ Passed creating Personal Access Token. │ │ Creating Azure CLI Token │ Created Azure CLI Token │ │ Creating Personal Access Token with API: │ { │ "displayName": "made by azdo-npm-auth at: 2024-11-15T08:49:11.487Z", │ "scope": "vso.packaging", │ "allOrgs": false, │ "validTo": "2024-11-16T08:49:11.486Z" │ } │ Created Personal Access Token with API │ │ Personal Access Token created: │ - name: made by azdo-npm-auth at: 2024-11-15T08:49:11.487Z │ - scope: vso.packaging │ - validTo: 2024-11-16T08:49:11.4866667Z │ ● 🎬 Starting constructing user .npmrc. │ ◇ ✅ Passed constructing user .npmrc. │ │ ● 🎬 Starting writing user .npmrc. │ ◇ ✅ Passed writing user .npmrc. │ │ Writing users .npmrc to: /Users/john.reilly/.npmrc │ └ 📦🔑 Thanks for using azdo-npm-auth 0.9.0! 📦🔑 ```
- Loading branch information
1 parent
ae4cca7
commit 8c23d20
Showing
13 changed files
with
241 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.