DVC version 0.82.3, MacOS 10.14.6 installed via pip
In documentation example for Azure Remote Blob storage configuration:
https://dvc.org/doc/command-reference/remote/add#supported-storage-types
dvc remote add myremote azure://my-container-name/path
dvc remote modify myremote connection_string my-connection-string --local
--local is specified at the end which will throw error command not found: --local
update documentation so command is specified before the connection_string per command specification (https://dvc.org/doc/command-reference/remote/modify)
DVC version 0.82.3, MacOS 10.14.6 installed via pip
In documentation example for Azure Remote Blob storage configuration:
https://dvc.org/doc/command-reference/remote/add#supported-storage-types
--localis specified at the end which will throw errorcommand not found: --localupdate documentation so command is specified before the connection_string per command specification (https://dvc.org/doc/command-reference/remote/modify)