5 Commits

Author SHA1 Message Date
a2509a88b5 Add git clone support to sandbox create
Partially address #13 by adding the `--git <repo>` option to `sandbox
create`. This enables the quick cloning of a remote repository instead
of doing the tedious dance of creating a sandbox, cloning the remote
repo, deleting the sandbox repo them moving the `.git` directory before
doing a `git reset --hard HEAD`.

Additionally, improve the error messages for all `sandbox` commands,
clean up the completions a little, and use a consistent style in the
scripts.
2019-08-29 00:56:26 +01:00
1e46ca4633 Fix sandbox not using .enter 2018-11-30 19:45:25 +00:00
2740f9bc8d Add paging to sandbox list command 2018-09-05 20:37:10 +01:00
c636dd078c Update sandbox to use .enter and .exit 2018-08-28 22:15:33 +01:00
e13e70de6b Actually add sandbox plugin 2018-08-20 10:12:43 +01:00