pesde will error on deserializing the toml for your environment even if the command you're trying to run has nothing to do with that.
For example, I couldn't even run pesde --version or pesde --help because my environment toml wasn't set up correctly. It refused to let me run these commands until I went and added the missing fields in the toml file.
Ideally it should recognize that help and version have nothing to do with the workspace we're in, and not even attempt to read the workspace toml
pesde will error on deserializing the toml for your environment even if the command you're trying to run has nothing to do with that.
For example, I couldn't even run
pesde --versionorpesde --helpbecause my environment toml wasn't set up correctly. It refused to let me run these commands until I went and added the missing fields in the toml file.Ideally it should recognize that help and version have nothing to do with the workspace we're in, and not even attempt to read the workspace toml