-
Notifications
You must be signed in to change notification settings - Fork 405
Closed
Labels
A: docsArea: user documentation (gatsby-theme-iterative)Area: user documentation (gatsby-theme-iterative)good first issueGood for newcomersGood for newcomerstype: enhancementSomething is not clear, small updates, improvement suggestionsSomething is not clear, small updates, improvement suggestions
Description
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)
Metadata
Metadata
Assignees
Labels
A: docsArea: user documentation (gatsby-theme-iterative)Area: user documentation (gatsby-theme-iterative)good first issueGood for newcomersGood for newcomerstype: enhancementSomething is not clear, small updates, improvement suggestionsSomething is not clear, small updates, improvement suggestions