-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
api/cli: introduce remote_config #9656
Labels
A: api
Related to the dvc.api
feature request
Requesting a new feature
p1-important
Important, aka current backlog of things to do
Comments
efiop
added
feature request
Requesting a new feature
A: api
Related to the dvc.api
labels
Jun 23, 2023
This was referenced Jul 20, 2023
Closed
Let's use the same format as |
@dberenbaum You probably mean |
efiop
added a commit
to efiop/dvc
that referenced
this issue
Aug 1, 2023
efiop
added a commit
to efiop/dvc
that referenced
this issue
Aug 1, 2023
efiop
added a commit
to efiop/dvc
that referenced
this issue
Aug 1, 2023
efiop
added a commit
that referenced
this issue
Aug 2, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A: api
Related to the dvc.api
feature request
Requesting a new feature
p1-important
Important, aka current backlog of things to do
We already have
config
as the most powerful option, butremote_config
would be convenient in most cases. As a start, it is fine to only make it set the default remote's config and not care about per-output remotes (one could useconfig
if he needs to tweak that).e.g. this will merge {"passphrase": "mypass"} with the default remote's config
this will set default remote to
myremote
and then merge {"passphrase": "mypass"} withmyremote
s remote's configThe text was updated successfully, but these errors were encountered: