Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant