Merge pull request #303 from genebean/bolt_aliases

Add some aliases to make using bolt easier
This commit is contained in:
Gene Liverman 2023-10-04 10:15:35 -04:00 committed by GitHub
commit 6ccbe8116c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -180,6 +180,8 @@
];
};
shellAliases = {
bcrr = "bolt command run --run-as root --sudo-password-prompt";
bcrrs = "bcrr --stream --no-verbose";
beo = "bundle exec onceover run spec --trace --force";
biv = "bundle install --path=vendor/bundle";
ce = "code-exploration";