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
It's exactly like dry run, but exists with error if something needs to be done. This allow to check whether something changed or if inspect queries are wrong.
$ ldap2pg --check...Nothing to do.
$ echo$?0
$ ldap2pg --check...Would revoke DDL from oscar.
$ echo$?1
$
The text was updated successfully, but these errors were encountered:
It's exactly like dry run, but exists with error if something needs to be done. This allow to check whether something changed or if
inspect
queries are wrong.The text was updated successfully, but these errors were encountered: