File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "permissions" : {
3
+ "allow" : [
4
+ " Bash(make check-license:*)" ,
5
+ " Bash(make:*)" ,
6
+ " Bash(git add:*)"
7
+ ],
8
+ "deny" : []
9
+ }
10
+ }
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ Flags:
182
182
-h, --help Show context-sensitive help (also try --help-long and
183
183
--help-man).
184
184
--version Show application version.
185
- --jsonnetpkg-home="vendor"
185
+ --jsonnetpkg-home="vendor"
186
186
The directory used to cache packages in.
187
187
-q, --quiet Suppress any output from git command.
188
188
--no-global-cache Disable the global cache at ~/.cache/jb.
@@ -204,7 +204,7 @@ Commands:
204
204
Automatically rewrite legacy imports to absolute ones
205
205
206
206
cache status
207
- Show status of the global cache
207
+ Show status of local and global caches
208
208
209
209
cache flush
210
210
Completely empty the cache
You can’t perform that action at this time.
0 commit comments