@ms-cloudpack/cli 0.76.14 → 0.77.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,16 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "type": "object",
4
+ "properties": {
5
+ "cachePath": {
6
+ "type": "string",
7
+ "description": "The folder where the cloudpack cache will be stored. If unset, the default cache folder at `os.homedir()/.cloudpack` will be used."
8
+ },
9
+ "$schema": {
10
+ "type": "string"
11
+ }
12
+ },
13
+ "additionalProperties": false,
14
+ "description": "User preferences. Intended to be used to override non-application-specific defaults set by Cloudpack.",
15
+ "definitions": {}
16
+ }