github / gh-valet

Valet helps facilitate the migration of Azure DevOps, CircleCI, GitLab CI, Jenkins, and Travis CI pipelines to GitHub Actions.
MIT License
510 stars 35 forks source link

Update CLI with new `migrate` options #77

Closed j-dunham closed 2 years ago

j-dunham commented 2 years ago

What's changing?

To try it out πŸƒ

  1. Publish changes

    dotnet publish src/Valet/Valet.csproj -c Release -r osx-x64 --self-contained -o dist/osx-x64 --no-restore -p:PublishSingleFile=true /p:IncludeNativeLibrariesForSelfExtract=true 
  2. Update Valet

    dist/osx-x64/gh-valet update
  3. Run migrate, dry-run and audit commands

    dist/osx-x64/gh-valet COMMAND HERE

How's this tested?

πŸ‘€

Closes #76

github-actions[bot] commented 2 years ago

Unit Test Results

35 tests  Β±0   35 :heavy_check_mark: Β±0   0s :stopwatch: Β±0s βŸβ€„1 suites Β±0β€‚β€ƒβ€ƒβŸβ€„0 :zzz: Β±0  βŸβ€„1 files   Β±0β€‚β€ƒβ€ƒβŸβ€„0 :x: Β±0 

Results for commit e8250c1d. ± Comparison against base commit 80469fef.