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

clone a single repo using the command line #16

Open
tbonza opened this issue Jul 1, 2019 · 0 comments
Open

clone a single repo using the command line #16

tbonza opened this issue Jul 1, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@tbonza
Copy link
Contributor

tbonza commented Jul 1, 2019

Okra can already clone a lot of repos, see okra/be_nice.py but it doesn't do this using the command line. Given

  1. Default command
$ okra compute https://github.com/okrahealth/okra.git

    Would you like to git clone 'https://github.com/okrahealth/okra.git'? [y]n
  1. Provide permission to clone repo from command line
$ okra compute -y https://github.com/okrahealth/okra.git
  1. Repos should be cloned to working directory unless a directory is specified
$ okra compute -y https://github.com/okrahealth/okra.git --clonedir /tmp/
@tbonza tbonza added the enhancement New feature or request label Jul 1, 2019
@tbonza tbonza added this to the Really basic functionality milestone Jul 1, 2019
tbonza added a commit that referenced this issue Jul 4, 2019
tbonza added a commit that referenced this issue Jul 5, 2019
@tbonza tbonza self-assigned this Jul 7, 2019
tbonza added a commit that referenced this issue Jul 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant