Options (3)
-n, --namebooleanCompare packages in environment named `myenv` to packages from the file `file.yml`
Example:
conda compare {{[-n|--name]}} myenv {{path/to/file.yml}}-p, --prefixbooleanCompare packages in environment `myenv` at custom path (i.e. prefix) to packages from the file `file.yml`
Example:
conda compare {{[-p|--prefix]}} {{path/to/myenv}} {{path/to/file.yml}}-h, --helpbooleanDisplay help
Example:
conda compare {{[-h|--help]}}Examples (4)
Compare packages in the current directory to packages from the file `file.yml`
conda compare file.ymlCompare packages in environment named `myenv` to packages from the file `file.yml`
conda compare [-n|--name] myenv path/to/file.ymlCompare packages in environment `myenv` at custom path (i.e. prefix) to packages from the file `file.yml`
conda compare [-p|--prefix] path/to/myenv path/to/file.ymlDisplay help
conda compare [-h|--help]made by @shridhargupta | data from tldr-pages