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

[CLI] Allow skipping of setup tasks during first sync run #36

Open
peterjuras opened this issue Sep 8, 2020 · 0 comments
Open

[CLI] Allow skipping of setup tasks during first sync run #36

peterjuras opened this issue Sep 8, 2020 · 0 comments
Labels
cli Issues regarding the coat cli enhancement New feature or request

Comments

@peterjuras
Copy link
Member

Summary

coat sync runs all setup tasks that have not been run for a coat project. While this helps to ensure that a project is configured correctly, it can hinder the workflow of getting started with a project, where a user might want to run setup tasks like creating a repository, CI/CD pipeline or deploying the project to a service or app store at a later point.

When calling the setup function without force = true, the user should be able to skip tasks and run them later. The documentation should be updated to create awareness that it is possible that setup tasks have not been run before files are merged and synced.

@peterjuras peterjuras added cli Issues regarding the coat cli enhancement New feature or request labels Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Issues regarding the coat cli enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant