Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Simplify config and getting started guide, with examples of optimal setups #512

Open
noahnu opened this issue Aug 10, 2022 · 0 comments
Open
Labels
breaking change enhancement New feature or request

Comments

@noahnu
Copy link
Contributor

noahnu commented Aug 10, 2022

The config can be confusing, even with the documentation. Ideally 99% of users should be able to just run:

yarn monodeploy

we should revisit the defaults, and tweak them (it'd be a breaking change). We could also look at offering an interactive yarn monodeploy init subcommand leveraging https://github.com/enquirer/enquirer.


Something that might help simplify the config would be to leverage subcommands with clipanion more. So:

yarn monodeploy plan
yarn monodeploy build
yarn monodeploy publish

while still having an option which does all 3 (yarn monodeploy? or when you run build perhaps it updates the changeset file with build status so it can be skipped if nothing has changed?)

@noahnu noahnu added enhancement New feature or request breaking change labels Aug 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
breaking change enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant