-
Notifications
You must be signed in to change notification settings - Fork 29
Add support for headless usage. #50
Conversation
Also add validation to --output which fixes googlegenomics#31
|
@wbrockman please take a look These changes go with the new task-oriented docs for our dataflow jobs (currently in review) http://googlegenomics.readthedocs.org/en/staging/use_cases/compute_identity_by_state/index.html |
|
I was just reading https://cloud.google.com/compute/docs/gcloud-compute/ which supports Perhaps |
|
SGTM, even if it is poor english =). On Wed, Apr 8, 2015 at 10:36 AM Nicole Deflaux [email protected]
|
Modeled after gcloud auth login --no-launch-browser
|
@dionloy please take a look These changes go with the new task-oriented docs for our dataflow jobs (currently in review) http://googlegenomics.readthedocs.org/en/staging/use_cases/compute_identity_by_state/index.html which I just updated to --noLaunchBrowser |
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.
:: intentional ?
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.
yes, its in reStructured text format
you can see that the format is wrong at the moment here https://github.com/googlegenomics/dataflow-java/blob/master/README.rst#updating-the-prebuilt-jar and this fixes it
|
LGTM On Thu, Apr 9, 2015 at 11:37 AM Coveralls [email protected] wrote:
|
Add support for headless usage.
Add support for headless usage.
Also add validation to --output which fixes #31