Issue while connecting to mongodb

I am using following command :slight_smile:

 liquibase --url="mongodb://UNAME:XXX@host:27020/?authMechanism=PLAIN&replicaSet=replicasetname&authSource=$external" --searchPath="D:\AzDOAgents\agent6\_work\965\s\Database\GSSP" --changeLogFile="changeset_master.xml" validate


I am seeing following error :slight_smile: with both doublequotes and single quotes

Each argument contains the corresponding ‘configuration key’ in parentheses. As an alternative to passing values on the command line, these keys can be used as a basis for configuration settings in other locations.

Available configuration locations, in order of priority:

  • Command line arguments (argument name in --help)
  • Java system properties (configuration key listed above)
  • Environment values (env variable listed above)
  • Defaults file (configuration key OR argument name)

Full documentation is available at
https://docs.liquibase.com
‘replicaSet’ is not recognized as an internal or external command,
operable program or batch file.
‘authSource’ is not recognized as an internal or external command,
operable program or batch file.

FYI:
mongoshell installed on my windows machine where I am testing .