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
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
You can verify if a cluster config matches your config by running the undocumented ./ml {env} validate_install. I think it is useful to expose it to public as a validate command. We do need to catch the error, and return a message alike bootstrap. Small change..
The text was updated successfully, but these errors were encountered:
$ ./ml local validate
Validating your project installation into MarkLogic on vgtest-v7-ml1...
ERROR: Missing role: test-role (VALIDATION-FAIL):
See MarkLogic Server error log for more details.
... Validation ERROR
$ ./ml local bootstrap
Bootstrapping your project into MarkLogic 7 on vgtest-v7-ml1...
... Bootstrap Complete
$ ./ml local validate
Validating your project installation into MarkLogic on vgtest-v7-ml1...
... Validation SUCCESS
A response with the full list of differences would also be nice, but this would be at least a start..
You can verify if a cluster config matches your config by running the undocumented
./ml {env} validate_install
. I think it is useful to expose it to public as avalidate
command. We do need to catch the error, and return a message alike bootstrap. Small change..The text was updated successfully, but these errors were encountered: