particle-iot / particle-cli

Command Line Interface for Particle Cloud and devices
Apache License 2.0
212 stars 92 forks source link

feature/sc-127966/cleanup-after-cli-release #740

Closed hugomontero closed 5 months ago

hugomontero commented 5 months ago

Description

This PR will add coverage for update-cli and update-checks functions that has changed due the cli packaging updates we did before

How to Test

  1. Pull down the branch: git pull && git checkout feature/sc-127966/cleanup-after-cli-release
  2. Install dependencies: npm i
  3. Run tests: npm test
  4. Package the installer with a new package version (less that the 3.23.6): npm run build -- target host
  5. Attempt to use the update command: ./particle-cli update-cli

outcome

Related Issues / Discussions

Story details: https://app.shortcut.com/particle/story/127966/cleanup-after-cli-release

Completeness