Skip to content
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

x/build/cmd/gomote: rethink the puttar command argument structure #53273

Closed
cagedmantis opened this issue Jun 7, 2022 · 2 comments
Closed

x/build/cmd/gomote: rethink the puttar command argument structure #53273

cagedmantis opened this issue Jun 7, 2022 · 2 comments
Assignees
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@cagedmantis
Copy link
Contributor

The puttar command argument structure is a bit confusing. We should consider making a change for the GRPC gomote commands:

When using a URL, we should move from:

gomote puttar -url https://go.googlesource.com/go/+archive/foo.tar.gz

to

gomote puttar https://go.googlesource.com/go/+archive/foo.tar.gz

@golang/release

@cagedmantis cagedmantis added Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Jun 7, 2022
@cagedmantis cagedmantis added this to the Backlog milestone Jun 7, 2022
@mknyszek
Copy link
Contributor

I'm working on this (kind of). I want to replace puttar and put with a more general cp command that has a more familiar interface. (More like scp I guess.)

@gopherbot
Copy link

Change https://go.dev/cl/418934 mentions this issue: cmd/gomote: add support for groups to puttar and improve interface

@dmitshur dmitshur modified the milestones: Backlog, Unreleased Nov 18, 2022
@dmitshur dmitshur added NeedsFix The path to resolution is known, but the work has not been done. and removed NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Nov 18, 2022
@golang golang locked and limited conversation to collaborators Nov 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

4 participants