You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Represents a file stored on codify cloud. Use apply to pull changes from remote and save to local. Use refresh and import to upload changes to remote.",
6
6
"type": "object",
7
7
"properties": {
8
8
"path": {
9
9
"type": "string",
10
-
"description": "The location of the file."
10
+
"description": "The local path of the file."
11
11
},
12
12
"remote": {
13
13
"type": "string",
14
-
"description": "The contents of the file."
14
+
"description": "The remote codify cloud file path. This should be in the format of codify://<uuid>:<file_path>"
15
+
},
16
+
"hash": {
17
+
"type": "string",
18
+
"description": "The md5 hash of the file."
15
19
},
16
20
"onlyCreate": {
17
21
"type": "boolean",
18
-
"description": "Forces the resource to only create the file if it doesn't exist but don't detect any content changes."
22
+
"description": "Forces the resource to only create the file if it doesn't exist but don't detect any content changes. Also skips uploading the file to Codify cloud on refresh and import."
0 commit comments