-
Notifications
You must be signed in to change notification settings - Fork 1k
(re)Spec and implement command set #277
Comments
With regards to this WIP flag for init
Shouldn't the default be to skip and the flag to actually search for legacy tools ? Eventually there will be no legacy and you'd still need to pass the flag. |
@jbrodriguez i was gonna say that that seems like a good comment to make in the doc...then realized i had comments disabled 😛 It shouldn't be necessary to pass |
I made considerable progress on the WIP spec last night; a new approach to |
it should, heh, now that that's finally finally done |
and so, this long-open issue can go away, finally |
This issue is linked on the Roadmap page as "Stable command set" but doesn't have a strike-through like "Stable manifest and lock files". Is this considered closed? If so, is there some way to edit that page (e.g. via a pull request)? |
In the original spec, the committee elected to aim for explicit commands and an entirely CLI-driven UI for
dep
. However, after some discussion and getting our hands dirty, we decided (#213 (comment)) to change course and focus instead on a workflow that presumes hand-edited manifest files and a more minimal command set.This meta-issue is to track the writing of a new spec (WIP here), and then implementing it.
While we of course expect these commands will continue to evolve in the future, this issue specifically aims to track implementation with the goal of having a command set that could reasonably be merged directly into the
go
toolchain. Basic completeness per the spec (not bug free-ness), is the rubric for completion of this issue.Related/sub-issues:
remove
subcommand entirely #481 - dropremove
subcommanddep ensure
#489 - overhaulensure
The text was updated successfully, but these errors were encountered: