Skip to content

devexlead/devex-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developer Experience CLI

CI CI

Install CI/CD Version

  1. Go to GitHubSettingsDeveloper settingsPersonal access tokensTokens (classic)
  2. Generate Personal Access Token (PAT) with the required scope: read:packages and repo
  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 dxc --no-cache --prerelease --verbosity detailed
  6. Check global tools dotnet tool list -g

Troubleshooting

  • Ensure your nuget.config file has the correct source and credentials. Open or create nuget.config in your user profile directory (e.g., %AppData%\NuGet\nuget.config on Windows).
  • Test Authentication & "C:\Windows\System32\curl.exe" -u "$username:$pat" https://nuget.pkg.github.com/devexlead/index.json

About

Developer Experience CLI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages