mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(cloudcmd) add --cache cli option
This commit is contained in:
parent
f248e29405
commit
dd60a3e43f
5 changed files with 16 additions and 2 deletions
5
app.json
5
app.json
|
|
@ -111,6 +111,11 @@
|
|||
"description": "confirm move",
|
||||
"value": "true",
|
||||
"required": false
|
||||
},
|
||||
"CLOUDCMD_CACHE": {
|
||||
"description": "enable cache",
|
||||
"value": "true",
|
||||
"required": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue