-
Notifications
You must be signed in to change notification settings - Fork 187
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
ocis init
with diff mode
#3645
Comments
ocis init
with diff mode
Not only on restarting with the init flag, but this could also be used like a dry-run flag on first start as the file does not extist and therefore all is in the diff ! 😄 |
ocis init
with diff modeocis init
with diff mode
After GA. |
This would also be a nice feature for L1/L2 support to run against the customers/users config and see potential errors. |
This would be a very helpful change with regards to the upgrading documentation and eases the upgrade process a lot. |
I would rather go for an automated approach: Have new command |
@micbar can we move that into the next planning and talk about it? |
Closing here for now, the upgrade is more complex and we should create a separate ticket for that. |
It would be nice add an additional diff flag to ocis init (
ocis init --diff
) which would, instead of creating a newocis.yaml
, output a patch that represents the changes that would be made to the config file upon re-run. This would give us the opportunity to represent breaking changes and new config variables to admins without requiring to do a deep dive into the documentation upon each major release to search for changes./cc @mmattel
The text was updated successfully, but these errors were encountered: