-
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
machine status: Make name argument optional #6855
Conversation
One other thing I've noticed, we should be including |
Looks good! Just need to update help message similar to #6804. |
@dberenbaum Any suggestions on UI side? |
Similar to what was mentioned in #6263 (comment), I think a table structure makes sense, with a row for each instance. |
Oh, that would be in a new PR. For this PR, what we need to do is to add documents to show different usage with or without name arg in |
Got it. A couple thoughts (@jorgeorpinel might also have ideas):
|
Your suggestions make sense @dberenbaum. I'd need to see a sample UI interaction of this command for specifics on argument naming, etc. (browsed GH and Notion and couldn't easily find the latest info.) BTW @karajan1001 this doesn't need formal documentation yet but please try to keep a basic doc updated guys, is https://github.com/iterative/dvc/wiki/Remote-executors the main one you've been writing? Thanks
There's this epic #5392 |
@jorgeorpinel , @dberenbaum |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are the --global/system/project/local
flags used in this command? They are shown in the help message but not sure they make sense or do anything for this command.
They are useful in |
Is this an option for
Do you have an example? My assumption would be that it would follow the same priority as other config options: local > project > global > system. How does this work for remotes? Can someone define some options in local and some in project? |
I first notice this problem when I was working on the
For now I have two solutions
Both of these solutions can block the cross repo affection. |
My concern is cases where you might want to define the machine/remote at a repo level to share, but the credentials are stored in the local config.
Are there issues other than renaming? Looking at usage stats, the |
There are some differences between
Only |
@Mergifyio rebase |
fix: iterative#6838 1. make machine status name optional. 2. show all machine status if no name provide. 3. UI changes for this cmd. 4. add a new test for it. Co-authored-by: Dave Berenbaum <[email protected]>
β Branch has been successfully rebased |
fix #6838
β I have followed the Contributing to DVC checklist.
π If this PR requires documentation updates, I have created a separate PR (or issue, at least) in dvc.org and linked it here.
Thank you for the contribution - we'll try to review it as soon as possible. π
An example of it.