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

Allow more control over how and when remote policies are synchronized #17

Open
f1ames opened this issue Sep 5, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@f1ames
Copy link
Contributor

f1ames commented Sep 5, 2023

We would like to allow users to have more control over how and when remote policies are synchronized

One of the solutions will be introducing sync command:

Maybe we should have an explicit command monokle sync projectId similar to VSC which pulls in the policies in local dir.

The extended workflow would be monokle auth && monokle sync $projectId && monokle validate --config $projectId. But now we start providing shortcuts for that monokle auth && monokle validate --config $projectId where we indicate that projectId will be automatically re-sync. You can opt-out if you use monokle validate --config $projectId --no-sync.

I think the benefit is a short tutorial is clear and explicit how it works under the hood; that you can go and check that directory for all your policies etc; but then we provide the easy use sugar on top for daily usage

@f1ames f1ames added the enhancement New feature or request label Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant