You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 withoutforce = 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.The text was updated successfully, but these errors were encountered: