10 Commits

Author SHA1 Message Date
29b232527a Fix sandbox create (but how did it break?!?) 2024-04-23 22:23:41 +01:00
501353a534 Add sandbox error message for invalid commands 2022-11-09 16:42:46 +00:00
1cf7e1dcaf Don't send git clone to /dev/null 2019-10-05 19:12:21 +01:00
4812d5e564 Don't prompt for sandbox authorization
Automatically approve `.enter`/`.exit` scripts when creating or renaming
sandboxes.
2019-09-10 20:13:10 +01:00
a3832ff49e Automatically authorize sandbox .enter/.exit 2019-09-03 21:06:48 +01:00
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