dtm verify

    dtm verify first verifies if the config file can be loaded successfully.

    If not, the following information might be printed out:

    • if the config file doesn’t exist, it reminds you if you forgot to specify the config file by using the “-f” parameter;

    If not, it tries to give you a hint that maybe you forgot to run dtm init first.

    also tries to create a state manager that operates a backend. If something is wrong with the state, it generates an error telling you what exactly the error is.

    dtm verify tries to see if the Config matches the State and the Resource or not. If not, it tells you what exactly is not the same, and what would happen if you run .

    If all the above checks are successful, dtm verify finishes with a success log “Verify succeeded.”