Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/devexlead/dx-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
leandromonaco committed Jan 21, 2025
2 parents ccb9c9b + 53761d4 commit 9bb9339
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# devex-cli
Developer Experience CLI
# Developer Experience CLI



## Install CI/CD Version

1. Go to `GitHub``Settings``Developer settings``Personal access tokens``Tokens (classic)`
2. Generate Personal Access Token (PAT) with the required scope: `read:packages` and `repo`
3. Run `dotnet nuget add source https://nuget.pkg.github.com/devexlead/index.json --name DevExLeadPackages --username <your-github-username> --password <your-github-token>`
3. Run `dotnet nuget remove source DevExLeadPackages` and `dotnet nuget add source https://nuget.pkg.github.com/devexlead/index.json --name DevExLeadPackages --username <your-github-username> --password <your-github-token>`
4. Check sources `dotnet nuget list source`
5. Run `dotnet tool update --global devex --no-cache --prerelease --verbosity detailed`
5. Run `dotnet tool update --global dxc --no-cache --prerelease --verbosity detailed`
6. Check global tools `dotnet tool list -g`

**Troubleshooting**
Expand Down

0 comments on commit 9bb9339

Please sign in to comment.