New issue
Advanced search Search tips

Issue 605772 link

Starred by 0 users

Issue metadata

Status: WontFix
Owner:
Closed: Aug 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Feature



Sign in to add a comment

Create MVP of new Chromium CLI SDK

Project Member Reported by aga...@chromium.org, Apr 21 2016

Issue description

The first of a series of bugs tracking development of the new experimental command-line SDK for Chromium development.

Design doc here: https://docs.google.com/document/d/1NjUgwGPu4-A1HAwZ2rRFYb9kCKSNGgQIb-HDExUXgDM
 

Comment 2 by aga...@chromium.org, Apr 26 2016

Components: Infra>SDK
Labels: -Infra-SDK
Project Member

Comment 3 by bugdroid1@chromium.org, Jun 3 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/infra/infra.git/+/d6d8a0f314f854a0b9e4b191af331a764563920d

commit d6d8a0f314f854a0b9e4b191af331a764563920d
Author: agable <agable@chromium.org>
Date: Fri Jun 03 21:53:17 2016

Add beginnings of new cr command

This CL
* Establishes the root cr command, including subcommand
  dispatch and help
* Creates two minimal libraries for managing subcommands
  and terminal interaction
* Implements the help command and the beginning of the
  firstrun command

R=seanmccullough@chromium.org
BUG= 605772 

Review-Url: https://codereview.chromium.org/1929153002

[add] https://crrev.com/d6d8a0f314f854a0b9e4b191af331a764563920d/go/src/infra/tools/cr/cmd/firstrun/common.go
[add] https://crrev.com/d6d8a0f314f854a0b9e4b191af331a764563920d/go/src/infra/tools/cr/cmd/firstrun/firstrun.go
[add] https://crrev.com/d6d8a0f314f854a0b9e4b191af331a764563920d/go/src/infra/tools/cr/cmd/firstrun/firstrun.infra_testing
[add] https://crrev.com/d6d8a0f314f854a0b9e4b191af331a764563920d/go/src/infra/tools/cr/cmd/firstrun/firstrun_test.go
[add] https://crrev.com/d6d8a0f314f854a0b9e4b191af331a764563920d/go/src/infra/tools/cr/cmd/firstrun/firstrun_unix.go
[add] https://crrev.com/d6d8a0f314f854a0b9e4b191af331a764563920d/go/src/infra/tools/cr/cmd/firstrun/firstrun_windows.go
[add] https://crrev.com/d6d8a0f314f854a0b9e4b191af331a764563920d/go/src/infra/tools/cr/cr.infra_testing
[add] https://crrev.com/d6d8a0f314f854a0b9e4b191af331a764563920d/go/src/infra/tools/cr/help.go
[add] https://crrev.com/d6d8a0f314f854a0b9e4b191af331a764563920d/go/src/infra/tools/cr/lib/subcommand/subcommand.go
[add] https://crrev.com/d6d8a0f314f854a0b9e4b191af331a764563920d/go/src/infra/tools/cr/lib/subcommand/subcommand.infra_testing
[add] https://crrev.com/d6d8a0f314f854a0b9e4b191af331a764563920d/go/src/infra/tools/cr/lib/subcommand/subcommand_test.go
[add] https://crrev.com/d6d8a0f314f854a0b9e4b191af331a764563920d/go/src/infra/tools/cr/lib/terminal/terminal.go
[add] https://crrev.com/d6d8a0f314f854a0b9e4b191af331a764563920d/go/src/infra/tools/cr/lib/terminal/terminal.infra_testing
[add] https://crrev.com/d6d8a0f314f854a0b9e4b191af331a764563920d/go/src/infra/tools/cr/lib/terminal/terminal_test.go
[add] https://crrev.com/d6d8a0f314f854a0b9e4b191af331a764563920d/go/src/infra/tools/cr/main.go

Status: Assigned (was: Started)

Comment 5 by benhenry@google.com, Jun 27 2016

Status: Started (was: Assigned)

Comment 6 by aga...@chromium.org, Aug 29 2016

Status: WontFix (was: Started)
Didn't make enough progress on this; abandoning the project for higher priorities.

Sign in to add a comment