rsm-hcd / AndcultureCode.Cli

and-cli command-line tool to manage the development of software applications
https://andculture.com
Apache License 2.0
14 stars 15 forks source link

Workspace command to update the and-cli on each AndcultureCode repo #143

Closed brandongregoryscott closed 3 years ago

brandongregoryscott commented 3 years ago

This could be a nice follow-up feature to #124 which would add the ability to create or duplicate an issue across our repositories. I've noticed most of our AndcultureCode repos have a root package.json with the and-cli and other common dev utilities (such as Prettier) installed, but the and-cli has fallen behind on several versions. We should be better at keeping these up-to-date so users pulling down those repos will have the latest features and (hopefully) a more stable build.

The idea would be:

This is just my initial thought on how we can keep it updated - if we think there's a better way to do this, I'm all ears 👍

brandongregoryscott commented 3 years ago

Using dependabot configuration files to keep the and-cli up to date might be an easier solution: https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/

brandongregoryscott commented 3 years ago

Closing this out in favor of https://github.com/AndcultureCode/AndcultureCode/issues/103