windmill-cli 1.532.0 → 1.532.1

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.
Files changed (399) hide show
  1. package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/_create_walk_entry.js +2 -2
  2. package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/_is_same_path.js +1 -1
  3. package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/_is_subdir.js +2 -2
  4. package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/_to_path_string.js +1 -1
  5. package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/copy.js +5 -4
  6. package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/empty_dir.js +1 -1
  7. package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/ensure_file.js +1 -1
  8. package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/ensure_link.js +1 -1
  9. package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/ensure_symlink.js +4 -3
  10. package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/expand_glob.js +8 -7
  11. package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/walk.js +1 -1
  12. package/esm/deps/jsr.io/@std/io/0.225.2/read_all.js +1 -1
  13. package/esm/deps/jsr.io/@std/log/0.224.14/console_handler.js +1 -1
  14. package/esm/deps/jsr.io/@std/log/0.224.14/rotating_file_handler.js +1 -1
  15. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/assert_path.js +1 -1
  16. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/basename.js +1 -1
  17. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/common.js +1 -1
  18. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/constants.js +1 -1
  19. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/dirname.js +1 -1
  20. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/format.js +1 -1
  21. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/from_file_url.js +1 -1
  22. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/glob_to_reg_exp.js +1 -1
  23. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/normalize.js +1 -1
  24. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/normalize_string.js +1 -1
  25. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/relative.js +1 -1
  26. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/strip_trailing_separators.js +1 -1
  27. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/to_file_url.js +1 -1
  28. package/esm/deps/jsr.io/@std/path/1.0.8/_os.js +9 -0
  29. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/basename.js +5 -4
  30. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/common.js +1 -1
  31. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/constants.js +2 -2
  32. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/dirname.js +5 -4
  33. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/extname.js +5 -4
  34. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/format.js +2 -2
  35. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/from_file_url.js +2 -2
  36. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/glob_to_regexp.js +2 -2
  37. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/is_absolute.js +2 -2
  38. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/is_glob.js +2 -2
  39. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/join.js +7 -7
  40. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/join_globs.js +2 -2
  41. package/esm/deps/jsr.io/@std/path/1.0.8/mod.js +57 -0
  42. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/normalize.js +5 -4
  43. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/normalize_glob.js +2 -2
  44. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/parse.js +2 -2
  45. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/_util.js +1 -1
  46. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/basename.js +4 -7
  47. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/constants.js +1 -1
  48. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/dirname.js +4 -6
  49. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/extname.js +4 -8
  50. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/format.js +1 -1
  51. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/from_file_url.js +1 -1
  52. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/glob_to_regexp.js +1 -1
  53. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/is_absolute.js +1 -1
  54. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/join.js +8 -11
  55. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/join_globs.js +1 -1
  56. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/normalize.js +6 -7
  57. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/normalize_glob.js +1 -1
  58. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/parse.js +1 -1
  59. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/relative.js +1 -1
  60. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/resolve.js +1 -1
  61. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/to_file_url.js +1 -1
  62. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/to_namespaced_path.js +1 -1
  63. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/relative.js +2 -2
  64. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/resolve.js +2 -2
  65. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/to_file_url.js +2 -2
  66. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/to_namespaced_path.js +2 -2
  67. package/esm/deps/jsr.io/@std/path/1.0.8/types.js +3 -0
  68. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/_util.js +1 -1
  69. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/basename.js +4 -7
  70. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/constants.js +1 -1
  71. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/dirname.js +6 -7
  72. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/extname.js +6 -7
  73. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/format.js +1 -1
  74. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/from_file_url.js +1 -1
  75. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/glob_to_regexp.js +1 -1
  76. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/is_absolute.js +1 -1
  77. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/join.js +7 -10
  78. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/join_globs.js +1 -1
  79. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/normalize.js +6 -7
  80. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/normalize_glob.js +1 -1
  81. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/parse.js +1 -1
  82. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/relative.js +1 -1
  83. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/resolve.js +1 -1
  84. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/to_file_url.js +1 -1
  85. package/esm/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/to_namespaced_path.js +1 -1
  86. package/esm/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_chars.js +1 -1
  87. package/esm/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_dumper_state.js +5 -14
  88. package/esm/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_loader_state.js +150 -168
  89. package/esm/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_schema.js +6 -1
  90. package/esm/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/bool.js +1 -1
  91. package/esm/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/float.js +1 -1
  92. package/esm/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/int.js +1 -1
  93. package/esm/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/map.js +1 -1
  94. package/esm/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/merge.js +1 -1
  95. package/esm/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/nil.js +1 -1
  96. package/esm/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/omap.js +1 -1
  97. package/esm/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/pairs.js +1 -1
  98. package/esm/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/regexp.js +1 -1
  99. package/esm/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/seq.js +1 -1
  100. package/esm/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/set.js +1 -1
  101. package/esm/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/str.js +1 -1
  102. package/esm/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/timestamp.js +1 -1
  103. package/esm/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/undefined.js +1 -1
  104. package/esm/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type.js +1 -1
  105. package/esm/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_utils.js +1 -1
  106. package/esm/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/mod.js +1 -1
  107. package/esm/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/parse.js +1 -1
  108. package/esm/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/stringify.js +1 -1
  109. package/esm/deps.js +5 -5
  110. package/esm/src/commands/gitsync-settings/pull.js +17 -20
  111. package/esm/src/commands/gitsync-settings/push.js +3 -5
  112. package/esm/src/commands/gitsync-settings/utils.js +9 -9
  113. package/esm/src/commands/init/init.js +9 -9
  114. package/esm/src/commands/sync/sync.js +139 -28
  115. package/esm/src/commands/workspace/workspace.js +10 -10
  116. package/esm/src/core/conf.js +160 -31
  117. package/esm/src/core/context.js +1 -1
  118. package/esm/src/core/specific_items.js +141 -0
  119. package/package.json +1 -1
  120. package/types/_dnt.polyfills.d.ts +6 -0
  121. package/types/_dnt.polyfills.d.ts.map +1 -1
  122. package/types/deps/jsr.io/@std/bytes/{1.0.6 → 1.0.5}/_types.d.ts.map +1 -1
  123. package/types/deps/jsr.io/@std/bytes/{1.0.6 → 1.0.5}/concat.d.ts +1 -1
  124. package/types/deps/jsr.io/@std/bytes/{1.0.6 → 1.0.5}/concat.d.ts.map +1 -1
  125. package/types/deps/jsr.io/@std/fmt/{1.0.8 → 1.0.6}/colors.d.ts.map +1 -1
  126. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/_create_walk_entry.d.ts.map +1 -1
  127. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/_get_file_info_type.d.ts.map +1 -1
  128. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/_is_same_path.d.ts.map +1 -1
  129. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/_is_subdir.d.ts.map +1 -1
  130. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/_to_path_string.d.ts.map +1 -1
  131. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/copy.d.ts.map +1 -1
  132. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/empty_dir.d.ts.map +1 -1
  133. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/ensure_dir.d.ts.map +1 -1
  134. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/ensure_file.d.ts.map +1 -1
  135. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/ensure_link.d.ts.map +1 -1
  136. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/ensure_symlink.d.ts.map +1 -1
  137. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/eol.d.ts.map +1 -1
  138. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/exists.d.ts.map +1 -1
  139. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/expand_glob.d.ts +1 -1
  140. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/expand_glob.d.ts.map +1 -1
  141. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/mod.d.ts.map +1 -1
  142. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/move.d.ts.map +1 -1
  143. package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/walk.d.ts.map +1 -1
  144. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/assert_path.d.ts.map +1 -1
  145. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/basename.d.ts.map +1 -1
  146. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/common.d.ts.map +1 -1
  147. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/constants.d.ts.map +1 -1
  148. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/dirname.d.ts.map +1 -1
  149. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/format.d.ts.map +1 -1
  150. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/from_file_url.d.ts.map +1 -1
  151. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/glob_to_reg_exp.d.ts.map +1 -1
  152. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/normalize.d.ts.map +1 -1
  153. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/normalize_string.d.ts.map +1 -1
  154. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/relative.d.ts.map +1 -1
  155. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/strip_trailing_separators.d.ts.map +1 -1
  156. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/to_file_url.d.ts.map +1 -1
  157. package/types/deps/jsr.io/@std/path/1.0.8/_os.d.ts +2 -0
  158. package/types/deps/jsr.io/@std/path/1.0.8/_os.d.ts.map +1 -0
  159. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/basename.d.ts +4 -3
  160. package/types/deps/jsr.io/@std/path/1.0.8/basename.d.ts.map +1 -0
  161. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/common.d.ts.map +1 -1
  162. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/constants.d.ts.map +1 -1
  163. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/dirname.d.ts +4 -3
  164. package/types/deps/jsr.io/@std/path/1.0.8/dirname.d.ts.map +1 -0
  165. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/extname.d.ts +4 -3
  166. package/types/deps/jsr.io/@std/path/1.0.8/extname.d.ts.map +1 -0
  167. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/format.d.ts.map +1 -1
  168. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/from_file_url.d.ts.map +1 -1
  169. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/glob_to_regexp.d.ts.map +1 -1
  170. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/is_absolute.d.ts.map +1 -1
  171. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/is_glob.d.ts.map +1 -1
  172. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/join.d.ts +4 -4
  173. package/types/deps/jsr.io/@std/path/1.0.8/join.d.ts.map +1 -0
  174. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/join_globs.d.ts.map +1 -1
  175. package/types/deps/jsr.io/@std/path/1.0.8/mod.d.ts +54 -0
  176. package/types/deps/jsr.io/@std/path/1.0.8/mod.d.ts.map +1 -0
  177. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/normalize.d.ts +4 -3
  178. package/types/deps/jsr.io/@std/path/1.0.8/normalize.d.ts.map +1 -0
  179. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/normalize_glob.d.ts.map +1 -1
  180. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/parse.d.ts.map +1 -1
  181. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/_util.d.ts.map +1 -1
  182. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/basename.d.ts +4 -3
  183. package/types/deps/jsr.io/@std/path/1.0.8/posix/basename.d.ts.map +1 -0
  184. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/constants.d.ts.map +1 -1
  185. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/dirname.d.ts +4 -2
  186. package/types/deps/jsr.io/@std/path/1.0.8/posix/dirname.d.ts.map +1 -0
  187. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/extname.d.ts +4 -4
  188. package/types/deps/jsr.io/@std/path/1.0.8/posix/extname.d.ts.map +1 -0
  189. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/format.d.ts.map +1 -1
  190. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/from_file_url.d.ts.map +1 -1
  191. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/glob_to_regexp.d.ts.map +1 -1
  192. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/is_absolute.d.ts.map +1 -1
  193. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/join.d.ts +6 -4
  194. package/types/deps/jsr.io/@std/path/1.0.8/posix/join.d.ts.map +1 -0
  195. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/join_globs.d.ts.map +1 -1
  196. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/normalize.d.ts +6 -3
  197. package/types/deps/jsr.io/@std/path/1.0.8/posix/normalize.d.ts.map +1 -0
  198. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/normalize_glob.d.ts.map +1 -1
  199. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/parse.d.ts.map +1 -1
  200. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/relative.d.ts.map +1 -1
  201. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/resolve.d.ts.map +1 -1
  202. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/to_file_url.d.ts.map +1 -1
  203. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/to_namespaced_path.d.ts.map +1 -1
  204. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/relative.d.ts.map +1 -1
  205. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/resolve.d.ts.map +1 -1
  206. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/to_file_url.d.ts.map +1 -1
  207. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/to_namespaced_path.d.ts.map +1 -1
  208. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/types.d.ts.map +1 -1
  209. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/_util.d.ts.map +1 -1
  210. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/basename.d.ts +4 -3
  211. package/types/deps/jsr.io/@std/path/1.0.8/windows/basename.d.ts.map +1 -0
  212. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/constants.d.ts.map +1 -1
  213. package/types/deps/jsr.io/@std/path/1.0.8/windows/dirname.d.ts +20 -0
  214. package/types/deps/jsr.io/@std/path/1.0.8/windows/dirname.d.ts.map +1 -0
  215. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/extname.d.ts +6 -3
  216. package/types/deps/jsr.io/@std/path/1.0.8/windows/extname.d.ts.map +1 -0
  217. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/format.d.ts.map +1 -1
  218. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/from_file_url.d.ts.map +1 -1
  219. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/glob_to_regexp.d.ts.map +1 -1
  220. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/is_absolute.d.ts.map +1 -1
  221. package/types/deps/jsr.io/@std/path/1.0.8/windows/join.d.ts +20 -0
  222. package/types/deps/jsr.io/@std/path/1.0.8/windows/join.d.ts.map +1 -0
  223. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/join_globs.d.ts.map +1 -1
  224. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/normalize.d.ts +6 -3
  225. package/types/deps/jsr.io/@std/path/1.0.8/windows/normalize.d.ts.map +1 -0
  226. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/normalize_glob.d.ts.map +1 -1
  227. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/parse.d.ts.map +1 -1
  228. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/relative.d.ts.map +1 -1
  229. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/resolve.d.ts.map +1 -1
  230. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/to_file_url.d.ts.map +1 -1
  231. package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/to_namespaced_path.d.ts.map +1 -1
  232. package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_chars.d.ts.map +1 -1
  233. package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_dumper_state.d.ts +1 -8
  234. package/types/deps/jsr.io/@std/yaml/1.0.5/_dumper_state.d.ts.map +1 -0
  235. package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_loader_state.d.ts +8 -14
  236. package/types/deps/jsr.io/@std/yaml/1.0.5/_loader_state.d.ts.map +1 -0
  237. package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_schema.d.ts.map +1 -1
  238. package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/binary.d.ts.map +1 -1
  239. package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/bool.d.ts.map +1 -1
  240. package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/float.d.ts.map +1 -1
  241. package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/int.d.ts.map +1 -1
  242. package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/map.d.ts.map +1 -1
  243. package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/merge.d.ts.map +1 -1
  244. package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/nil.d.ts.map +1 -1
  245. package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/omap.d.ts.map +1 -1
  246. package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/pairs.d.ts.map +1 -1
  247. package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/regexp.d.ts.map +1 -1
  248. package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/seq.d.ts.map +1 -1
  249. package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/set.d.ts.map +1 -1
  250. package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/str.d.ts.map +1 -1
  251. package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/timestamp.d.ts.map +1 -1
  252. package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/undefined.d.ts.map +1 -1
  253. package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type.d.ts.map +1 -1
  254. package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_utils.d.ts.map +1 -1
  255. package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/mod.d.ts.map +1 -1
  256. package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/parse.d.ts.map +1 -1
  257. package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/stringify.d.ts.map +1 -1
  258. package/types/deps.d.ts +5 -5
  259. package/types/src/commands/gitsync-settings/pull.d.ts.map +1 -1
  260. package/types/src/commands/gitsync-settings/push.d.ts.map +1 -1
  261. package/types/src/commands/sync/sync.d.ts +2 -1
  262. package/types/src/commands/sync/sync.d.ts.map +1 -1
  263. package/types/src/core/conf.d.ts +27 -0
  264. package/types/src/core/conf.d.ts.map +1 -1
  265. package/types/src/core/specific_items.d.ts +36 -0
  266. package/types/src/core/specific_items.d.ts.map +1 -0
  267. package/esm/deps/jsr.io/@std/internal/1.0.10/_os.js +0 -12
  268. package/esm/deps/jsr.io/@std/internal/1.0.10/os.js +0 -5
  269. package/esm/deps/jsr.io/@std/path/1.1.2/mod.js +0 -216
  270. package/esm/deps/jsr.io/@std/path/1.1.2/types.js +0 -3
  271. package/types/deps/jsr.io/@std/internal/1.0.10/_os.d.ts +0 -2
  272. package/types/deps/jsr.io/@std/internal/1.0.10/_os.d.ts.map +0 -1
  273. package/types/deps/jsr.io/@std/internal/1.0.10/os.d.ts +0 -3
  274. package/types/deps/jsr.io/@std/internal/1.0.10/os.d.ts.map +0 -1
  275. package/types/deps/jsr.io/@std/path/1.1.2/basename.d.ts.map +0 -1
  276. package/types/deps/jsr.io/@std/path/1.1.2/dirname.d.ts.map +0 -1
  277. package/types/deps/jsr.io/@std/path/1.1.2/extname.d.ts.map +0 -1
  278. package/types/deps/jsr.io/@std/path/1.1.2/join.d.ts.map +0 -1
  279. package/types/deps/jsr.io/@std/path/1.1.2/mod.d.ts +0 -213
  280. package/types/deps/jsr.io/@std/path/1.1.2/mod.d.ts.map +0 -1
  281. package/types/deps/jsr.io/@std/path/1.1.2/normalize.d.ts.map +0 -1
  282. package/types/deps/jsr.io/@std/path/1.1.2/posix/basename.d.ts.map +0 -1
  283. package/types/deps/jsr.io/@std/path/1.1.2/posix/dirname.d.ts.map +0 -1
  284. package/types/deps/jsr.io/@std/path/1.1.2/posix/extname.d.ts.map +0 -1
  285. package/types/deps/jsr.io/@std/path/1.1.2/posix/join.d.ts.map +0 -1
  286. package/types/deps/jsr.io/@std/path/1.1.2/posix/normalize.d.ts.map +0 -1
  287. package/types/deps/jsr.io/@std/path/1.1.2/windows/basename.d.ts.map +0 -1
  288. package/types/deps/jsr.io/@std/path/1.1.2/windows/dirname.d.ts +0 -17
  289. package/types/deps/jsr.io/@std/path/1.1.2/windows/dirname.d.ts.map +0 -1
  290. package/types/deps/jsr.io/@std/path/1.1.2/windows/extname.d.ts.map +0 -1
  291. package/types/deps/jsr.io/@std/path/1.1.2/windows/join.d.ts +0 -18
  292. package/types/deps/jsr.io/@std/path/1.1.2/windows/join.d.ts.map +0 -1
  293. package/types/deps/jsr.io/@std/path/1.1.2/windows/normalize.d.ts.map +0 -1
  294. package/types/deps/jsr.io/@std/yaml/1.0.9/_dumper_state.d.ts.map +0 -1
  295. package/types/deps/jsr.io/@std/yaml/1.0.9/_loader_state.d.ts.map +0 -1
  296. /package/esm/deps/jsr.io/@std/bytes/{1.0.6 → 1.0.5}/_types.js +0 -0
  297. /package/esm/deps/jsr.io/@std/bytes/{1.0.6 → 1.0.5}/concat.js +0 -0
  298. /package/esm/deps/jsr.io/@std/fmt/{1.0.8 → 1.0.6}/colors.js +0 -0
  299. /package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/_get_file_info_type.js +0 -0
  300. /package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/ensure_dir.js +0 -0
  301. /package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/eol.js +0 -0
  302. /package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/exists.js +0 -0
  303. /package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/mod.js +0 -0
  304. /package/esm/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/move.js +0 -0
  305. /package/esm/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/binary.js +0 -0
  306. /package/types/deps/jsr.io/@std/bytes/{1.0.6 → 1.0.5}/_types.d.ts +0 -0
  307. /package/types/deps/jsr.io/@std/fmt/{1.0.8 → 1.0.6}/colors.d.ts +0 -0
  308. /package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/_create_walk_entry.d.ts +0 -0
  309. /package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/_get_file_info_type.d.ts +0 -0
  310. /package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/_is_same_path.d.ts +0 -0
  311. /package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/_is_subdir.d.ts +0 -0
  312. /package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/_to_path_string.d.ts +0 -0
  313. /package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/copy.d.ts +0 -0
  314. /package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/empty_dir.d.ts +0 -0
  315. /package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/ensure_dir.d.ts +0 -0
  316. /package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/ensure_file.d.ts +0 -0
  317. /package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/ensure_link.d.ts +0 -0
  318. /package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/ensure_symlink.d.ts +0 -0
  319. /package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/eol.d.ts +0 -0
  320. /package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/exists.d.ts +0 -0
  321. /package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/mod.d.ts +0 -0
  322. /package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/move.d.ts +0 -0
  323. /package/types/deps/jsr.io/@std/fs/{1.0.19 → 1.0.16}/walk.d.ts +0 -0
  324. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/assert_path.d.ts +0 -0
  325. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/basename.d.ts +0 -0
  326. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/common.d.ts +0 -0
  327. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/constants.d.ts +0 -0
  328. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/dirname.d.ts +0 -0
  329. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/format.d.ts +0 -0
  330. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/from_file_url.d.ts +0 -0
  331. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/glob_to_reg_exp.d.ts +0 -0
  332. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/normalize.d.ts +0 -0
  333. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/normalize_string.d.ts +0 -0
  334. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/relative.d.ts +0 -0
  335. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/strip_trailing_separators.d.ts +0 -0
  336. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/_common/to_file_url.d.ts +0 -0
  337. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/common.d.ts +0 -0
  338. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/constants.d.ts +0 -0
  339. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/format.d.ts +0 -0
  340. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/from_file_url.d.ts +0 -0
  341. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/glob_to_regexp.d.ts +0 -0
  342. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/is_absolute.d.ts +0 -0
  343. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/is_glob.d.ts +0 -0
  344. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/join_globs.d.ts +0 -0
  345. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/normalize_glob.d.ts +0 -0
  346. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/parse.d.ts +0 -0
  347. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/_util.d.ts +0 -0
  348. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/constants.d.ts +0 -0
  349. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/format.d.ts +0 -0
  350. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/from_file_url.d.ts +0 -0
  351. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/glob_to_regexp.d.ts +0 -0
  352. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/is_absolute.d.ts +0 -0
  353. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/join_globs.d.ts +0 -0
  354. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/normalize_glob.d.ts +0 -0
  355. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/parse.d.ts +0 -0
  356. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/relative.d.ts +0 -0
  357. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/resolve.d.ts +0 -0
  358. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/to_file_url.d.ts +0 -0
  359. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/posix/to_namespaced_path.d.ts +0 -0
  360. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/relative.d.ts +0 -0
  361. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/resolve.d.ts +0 -0
  362. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/to_file_url.d.ts +0 -0
  363. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/to_namespaced_path.d.ts +0 -0
  364. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/types.d.ts +0 -0
  365. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/_util.d.ts +0 -0
  366. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/constants.d.ts +0 -0
  367. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/format.d.ts +0 -0
  368. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/from_file_url.d.ts +0 -0
  369. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/glob_to_regexp.d.ts +0 -0
  370. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/is_absolute.d.ts +0 -0
  371. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/join_globs.d.ts +0 -0
  372. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/normalize_glob.d.ts +0 -0
  373. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/parse.d.ts +0 -0
  374. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/relative.d.ts +0 -0
  375. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/resolve.d.ts +0 -0
  376. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/to_file_url.d.ts +0 -0
  377. /package/types/deps/jsr.io/@std/path/{1.1.2 → 1.0.8}/windows/to_namespaced_path.d.ts +0 -0
  378. /package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_chars.d.ts +0 -0
  379. /package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_schema.d.ts +0 -0
  380. /package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/binary.d.ts +0 -0
  381. /package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/bool.d.ts +0 -0
  382. /package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/float.d.ts +0 -0
  383. /package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/int.d.ts +0 -0
  384. /package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/map.d.ts +0 -0
  385. /package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/merge.d.ts +0 -0
  386. /package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/nil.d.ts +0 -0
  387. /package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/omap.d.ts +0 -0
  388. /package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/pairs.d.ts +0 -0
  389. /package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/regexp.d.ts +0 -0
  390. /package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/seq.d.ts +0 -0
  391. /package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/set.d.ts +0 -0
  392. /package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/str.d.ts +0 -0
  393. /package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/timestamp.d.ts +0 -0
  394. /package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type/undefined.d.ts +0 -0
  395. /package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_type.d.ts +0 -0
  396. /package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/_utils.d.ts +0 -0
  397. /package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/mod.d.ts +0 -0
  398. /package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/parse.d.ts +0 -0
  399. /package/types/deps/jsr.io/@std/yaml/{1.0.9 → 1.0.5}/stringify.d.ts +0 -0
@@ -1,7 +1,7 @@
1
1
  // Ported from js-yaml v3.13.1:
2
2
  // https://github.com/nodeca/js-yaml/commit/665aadda42349dcae869f12040d9b10ef18d12da
3
3
  // Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license.
4
- // Copyright 2018-2025 the Deno authors. MIT license.
4
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
5
5
  // This module is browser compatible.
6
6
  import { binary } from "./_type/binary.js";
7
7
  import { bool } from "./_type/bool.js";
@@ -89,6 +89,11 @@ export const DEFAULT_SCHEMA = createSchema({
89
89
  * simple: !!js/regexp foobar
90
90
  * modifiers: !!js/regexp /foobar/mi
91
91
  * undefined: !!js/undefined ~
92
+ * # Disabled, see: https://github.com/denoland/deno_std/pull/1275
93
+ * # function: !!js/function >
94
+ * # function foobar() {
95
+ * # return 'hello world!';
96
+ * # }
92
97
  * `,
93
98
  * { schema: "extended" },
94
99
  * );
@@ -1,7 +1,7 @@
1
1
  // Ported from js-yaml v3.13.1:
2
2
  // https://github.com/nodeca/js-yaml/commit/665aadda42349dcae869f12040d9b10ef18d12da
3
3
  // Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license.
4
- // Copyright 2018-2025 the Deno authors. MIT license.
4
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
5
5
  const YAML_TRUE_BOOLEANS = ["true", "True", "TRUE"];
6
6
  const YAML_FALSE_BOOLEANS = ["false", "False", "FALSE"];
7
7
  const YAML_BOOLEANS = [...YAML_TRUE_BOOLEANS, ...YAML_FALSE_BOOLEANS];
@@ -1,7 +1,7 @@
1
1
  // Ported from js-yaml v3.13.1:
2
2
  // https://github.com/nodeca/js-yaml/commit/665aadda42349dcae869f12040d9b10ef18d12da
3
3
  // Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license.
4
- // Copyright 2018-2025 the Deno authors. MIT license.
4
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
5
5
  import { isNegativeZero } from "../_utils.js";
6
6
  const YAML_FLOAT_PATTERN = new RegExp(
7
7
  // 2.5e4, 2.5 and integers
@@ -1,7 +1,7 @@
1
1
  // Ported from js-yaml v3.13.1:
2
2
  // https://github.com/nodeca/js-yaml/commit/665aadda42349dcae869f12040d9b10ef18d12da
3
3
  // Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license.
4
- // Copyright 2018-2025 the Deno authors. MIT license.
4
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
5
5
  import { isNegativeZero } from "../_utils.js";
6
6
  function isCharCodeInRange(c, lower, upper) {
7
7
  return lower <= c && c <= upper;
@@ -1,7 +1,7 @@
1
1
  // Ported from js-yaml v3.13.1:
2
2
  // https://github.com/nodeca/js-yaml/commit/665aadda42349dcae869f12040d9b10ef18d12da
3
3
  // Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license.
4
- // Copyright 2018-2025 the Deno authors. MIT license.
4
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
5
5
  export const map = {
6
6
  tag: "tag:yaml.org,2002:map",
7
7
  resolve() {
@@ -1,7 +1,7 @@
1
1
  // Ported from js-yaml v3.13.1:
2
2
  // https://github.com/nodeca/js-yaml/commit/665aadda42349dcae869f12040d9b10ef18d12da
3
3
  // Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license.
4
- // Copyright 2018-2025 the Deno authors. MIT license.
4
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
5
5
  export const merge = {
6
6
  tag: "tag:yaml.org,2002:merge",
7
7
  kind: "scalar",
@@ -1,7 +1,7 @@
1
1
  // Ported from js-yaml v3.13.1:
2
2
  // https://github.com/nodeca/js-yaml/commit/665aadda42349dcae869f12040d9b10ef18d12da
3
3
  // Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license.
4
- // Copyright 2018-2025 the Deno authors. MIT license.
4
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
5
5
  export const nil = {
6
6
  tag: "tag:yaml.org,2002:null",
7
7
  kind: "scalar",
@@ -1,7 +1,7 @@
1
1
  // Ported from js-yaml v3.13.1:
2
2
  // https://github.com/nodeca/js-yaml/commit/665aadda42349dcae869f12040d9b10ef18d12da
3
3
  // Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license.
4
- // Copyright 2018-2025 the Deno authors. MIT license.
4
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
5
5
  import { isPlainObject } from "../_utils.js";
6
6
  function resolveYamlOmap(data) {
7
7
  const objectKeys = new Set();
@@ -1,7 +1,7 @@
1
1
  // Ported from js-yaml v3.13.1:
2
2
  // https://github.com/nodeca/js-yaml/commit/665aadda42349dcae869f12040d9b10ef18d12da
3
3
  // Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license.
4
- // Copyright 2018-2025 the Deno authors. MIT license.
4
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
5
5
  import { isPlainObject } from "../_utils.js";
6
6
  function resolveYamlPairs(data) {
7
7
  if (data === null)
@@ -1,7 +1,7 @@
1
1
  // Ported and adapted from js-yaml-js-types v1.0.0:
2
2
  // https://github.com/nodeca/js-yaml-js-types/tree/ac537e7bbdd3c2cbbd9882ca3919c520c2dc022b
3
3
  // Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license.
4
- // Copyright 2018-2025 the Deno authors. MIT license.
4
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
5
5
  const REGEXP = /^\/(?<regexp>[\s\S]+)\/(?<modifiers>[gismuy]*)$/;
6
6
  export const regexp = {
7
7
  tag: "tag:yaml.org,2002:js/regexp",
@@ -1,7 +1,7 @@
1
1
  // Ported from js-yaml v3.13.1:
2
2
  // https://github.com/nodeca/js-yaml/commit/665aadda42349dcae869f12040d9b10ef18d12da
3
3
  // Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license.
4
- // Copyright 2018-2025 the Deno authors. MIT license.
4
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
5
5
  export const seq = {
6
6
  tag: "tag:yaml.org,2002:seq",
7
7
  kind: "sequence",
@@ -1,7 +1,7 @@
1
1
  // Ported from js-yaml v3.13.1:
2
2
  // https://github.com/nodeca/js-yaml/commit/665aadda42349dcae869f12040d9b10ef18d12da
3
3
  // Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license.
4
- // Copyright 2018-2025 the Deno authors. MIT license.
4
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
5
5
  export const set = {
6
6
  tag: "tag:yaml.org,2002:set",
7
7
  kind: "mapping",
@@ -1,6 +1,6 @@
1
1
  // Ported from js-yaml v3.13.1:
2
2
  // https://github.com/nodeca/js-yaml/commit/665aadda42349dcae869f12040d9b10ef18d12da
3
- // Copyright 2018-2025 the Deno authors. MIT license.
3
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
4
4
  export const str = {
5
5
  tag: "tag:yaml.org,2002:str",
6
6
  kind: "scalar",
@@ -1,7 +1,7 @@
1
1
  // Ported from js-yaml v3.13.1:
2
2
  // https://github.com/nodeca/js-yaml/commit/665aadda42349dcae869f12040d9b10ef18d12da
3
3
  // Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license.
4
- // Copyright 2018-2025 the Deno authors. MIT license.
4
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
5
5
  const YAML_DATE_REGEXP = new RegExp("^([0-9][0-9][0-9][0-9])" + // [1] year
6
6
  "-([0-9][0-9])" + // [2] month
7
7
  "-([0-9][0-9])$");
@@ -1,7 +1,7 @@
1
1
  // Ported and adapted from js-yaml-js-types v1.0.0:
2
2
  // https://github.com/nodeca/js-yaml-js-types/tree/ac537e7bbdd3c2cbbd9882ca3919c520c2dc022b
3
3
  // Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license.
4
- // Copyright 2018-2025 the Deno authors. MIT license.
4
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
5
5
  export const undefinedType = {
6
6
  tag: "tag:yaml.org,2002:js/undefined",
7
7
  kind: "scalar",
@@ -1,6 +1,6 @@
1
1
  // Ported from js-yaml v3.13.1:
2
2
  // https://github.com/nodeca/js-yaml/commit/665aadda42349dcae869f12040d9b10ef18d12da
3
3
  // Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license.
4
- // Copyright 2018-2025 the Deno authors. MIT license.
4
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
5
5
  // This module is browser compatible.
6
6
  export {};
@@ -1,7 +1,7 @@
1
1
  // Ported from js-yaml v3.13.1:
2
2
  // https://github.com/nodeca/js-yaml/commit/665aadda42349dcae869f12040d9b10ef18d12da
3
3
  // Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license.
4
- // Copyright 2018-2025 the Deno authors. MIT license.
4
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
5
5
  export function isObject(value) {
6
6
  return value !== null && typeof value === "object";
7
7
  }
@@ -1,5 +1,5 @@
1
1
  // Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license.
2
- // Copyright 2018-2025 the Deno authors. MIT license.
2
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
3
3
  // This module is browser compatible.
4
4
  /**
5
5
  * {@linkcode parse} and {@linkcode stringify} for handling
@@ -1,7 +1,7 @@
1
1
  // Ported from js-yaml v3.13.1:
2
2
  // https://github.com/nodeca/js-yaml/commit/665aadda42349dcae869f12040d9b10ef18d12da
3
3
  // Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license.
4
- // Copyright 2018-2025 the Deno authors. MIT license.
4
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
5
5
  // This module is browser compatible.
6
6
  import { isEOL } from "./_chars.js";
7
7
  import { LoaderState } from "./_loader_state.js";
@@ -1,7 +1,7 @@
1
1
  // Ported from js-yaml v3.13.1:
2
2
  // https://github.com/nodeca/js-yaml/commit/665aadda42349dcae869f12040d9b10ef18d12da
3
3
  // Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license.
4
- // Copyright 2018-2025 the Deno authors. MIT license.
4
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
5
5
  // This module is browser compatible.
6
6
  import { DumperState } from "./_dumper_state.js";
7
7
  import { SCHEMA_MAP } from "./_schema.js";
package/esm/deps.js CHANGED
@@ -12,16 +12,16 @@ export { NpmProvider } from "./deps/jsr.io/@windmill-labs/cliffy-command/1.0.0-r
12
12
  export { Provider } from "./deps/jsr.io/@windmill-labs/cliffy-command/1.0.0-rc.5/upgrade/mod.js";
13
13
  export { CompletionsCommand } from "./deps/jsr.io/@windmill-labs/cliffy-command/1.0.0-rc.5/completions/mod.js";
14
14
  // std
15
- export { ensureDir } from "./deps/jsr.io/@std/fs/1.0.19/mod.js";
16
- export { SEPARATOR as SEP } from "./deps/jsr.io/@std/path/1.1.2/mod.js";
17
- export * as path from "./deps/jsr.io/@std/path/1.1.2/mod.js";
15
+ export { ensureDir } from "./deps/jsr.io/@std/fs/1.0.16/mod.js";
16
+ export { SEPARATOR as SEP } from "./deps/jsr.io/@std/path/1.0.8/mod.js";
17
+ export * as path from "./deps/jsr.io/@std/path/1.0.8/mod.js";
18
18
  export { encodeHex } from "./deps/jsr.io/@std/encoding/1.0.4/mod.js";
19
19
  export { writeAllSync } from "./deps/jsr.io/@std/io/0.225.2/write_all.js";
20
20
  export { copy } from "./deps/jsr.io/@std/io/0.225.2/copy.js";
21
21
  export { readAll } from "./deps/jsr.io/@std/io/0.225.2/read_all.js";
22
22
  export * as log from "./deps/jsr.io/@std/log/0.224.14/mod.js";
23
- export { stringify as yamlStringify } from "./deps/jsr.io/@std/yaml/1.0.9/mod.js";
24
- import { parse as yamlParse } from "./deps/jsr.io/@std/yaml/1.0.9/mod.js";
23
+ export { stringify as yamlStringify } from "./deps/jsr.io/@std/yaml/1.0.5/mod.js";
24
+ import { parse as yamlParse } from "./deps/jsr.io/@std/yaml/1.0.5/mod.js";
25
25
  export async function yamlParseFile(path, options = {}) {
26
26
  try {
27
27
  return yamlParse(await dntShim.Deno.readTextFile(path), options);
@@ -3,7 +3,7 @@ import { colors, log, yamlStringify } from "../../../deps.js";
3
3
  import { requireLogin } from "../../core/auth.js";
4
4
  import { resolveWorkspace } from "../../core/context.js";
5
5
  import * as wmill from "../../../gen/services.gen.js";
6
- import { readConfigFile, getEffectiveSettings, DEFAULT_SYNC_OPTIONS } from "../../core/conf.js";
6
+ import { readConfigFile, getEffectiveSettings, DEFAULT_SYNC_OPTIONS, getWmillYamlPath } from "../../core/conf.js";
7
7
  import { deepEqual } from "../../utils/utils.js";
8
8
  import { getCurrentGitBranch, isGitRepository } from "../../utils/git.js";
9
9
  import { GitSyncSettingsConverter } from "./converter.js";
@@ -83,12 +83,9 @@ export async function pullGitSyncSettings(opts) {
83
83
  // Convert backend settings to SyncOptions format
84
84
  const backendSyncOptions = GitSyncSettingsConverter.fromBackendFormat(selectedRepo.settings);
85
85
  // Check if wmill.yaml exists - create a default one if it doesn't exist
86
- let wmillYamlExists = true;
87
- try {
88
- await dntShim.Deno.stat("wmill.yaml");
89
- }
90
- catch (error) {
91
- wmillYamlExists = false;
86
+ const wmillYamlPath = getWmillYamlPath();
87
+ const wmillYamlExists = wmillYamlPath !== null;
88
+ if (!wmillYamlExists) {
92
89
  if (!opts.jsonOutput) {
93
90
  log.info(colors.yellow("No wmill.yaml file found. Will create one with backend git-sync settings."));
94
91
  }
@@ -110,11 +107,11 @@ export async function pullGitSyncSettings(opts) {
110
107
  if (isGitRepository()) {
111
108
  const currentBranch = getCurrentGitBranch();
112
109
  if (currentBranch) {
113
- if (!updatedConfig.git_branches) {
114
- updatedConfig.git_branches = {};
110
+ if (!updatedConfig.gitBranches) {
111
+ updatedConfig.gitBranches = {};
115
112
  }
116
- if (!updatedConfig.git_branches[currentBranch]) {
117
- updatedConfig.git_branches[currentBranch] = { overrides: {} };
113
+ if (!updatedConfig.gitBranches[currentBranch]) {
114
+ updatedConfig.gitBranches[currentBranch] = { overrides: {} };
118
115
  }
119
116
  }
120
117
  }
@@ -268,15 +265,15 @@ export async function pullGitSyncSettings(opts) {
268
265
  let needsBranchStructure = false;
269
266
  if (isGitRepository()) {
270
267
  const currentBranch = getCurrentGitBranch();
271
- if (currentBranch && (!localConfig.git_branches || !localConfig.git_branches[currentBranch])) {
268
+ if (currentBranch && (!localConfig.gitBranches || !localConfig.gitBranches[currentBranch])) {
272
269
  needsBranchStructure = true;
273
270
  // Create empty branch structure
274
271
  const updatedConfig = { ...localConfig };
275
- if (!updatedConfig.git_branches) {
276
- updatedConfig.git_branches = {};
272
+ if (!updatedConfig.gitBranches) {
273
+ updatedConfig.gitBranches = {};
277
274
  }
278
- if (!updatedConfig.git_branches[currentBranch]) {
279
- updatedConfig.git_branches[currentBranch] = { overrides: {} };
275
+ if (!updatedConfig.gitBranches[currentBranch]) {
276
+ updatedConfig.gitBranches[currentBranch] = { overrides: {} };
280
277
  }
281
278
  // Write updated configuration
282
279
  await dntShim.Deno.writeTextFile("wmill.yaml", yamlStringify(updatedConfig));
@@ -322,11 +319,11 @@ export async function pullGitSyncSettings(opts) {
322
319
  const currentBranch = getCurrentGitBranch();
323
320
  if (currentBranch) {
324
321
  log.info(`Detected Git repository, adding empty branch structure for: ${currentBranch}`);
325
- if (!updatedConfig.git_branches) {
326
- updatedConfig.git_branches = {};
322
+ if (!updatedConfig.gitBranches) {
323
+ updatedConfig.gitBranches = {};
327
324
  }
328
- if (!updatedConfig.git_branches[currentBranch]) {
329
- updatedConfig.git_branches[currentBranch] = { overrides: {} };
325
+ if (!updatedConfig.gitBranches[currentBranch]) {
326
+ updatedConfig.gitBranches[currentBranch] = { overrides: {} };
330
327
  }
331
328
  }
332
329
  }
@@ -3,7 +3,7 @@ import { colors, log, Confirm } from "../../../deps.js";
3
3
  import { requireLogin } from "../../core/auth.js";
4
4
  import { resolveWorkspace } from "../../core/context.js";
5
5
  import * as wmill from "../../../gen/services.gen.js";
6
- import { readConfigFile, validateBranchConfiguration, getEffectiveSettings } from "../../core/conf.js";
6
+ import { readConfigFile, validateBranchConfiguration, getEffectiveSettings, getWmillYamlPath } from "../../core/conf.js";
7
7
  import { deepEqual } from "../../utils/utils.js";
8
8
  import { GitSyncSettingsConverter } from "./converter.js";
9
9
  import { handleLegacyRepositoryMigration } from "./legacySettings.js";
@@ -24,10 +24,8 @@ export async function pushGitSyncSettings(opts) {
24
24
  await requireLogin(opts);
25
25
  try {
26
26
  // Check if wmill.yaml exists - require it for git-sync settings commands
27
- try {
28
- await dntShim.Deno.stat("wmill.yaml");
29
- }
30
- catch (error) {
27
+ const wmillYamlPath = getWmillYamlPath();
28
+ if (!wmillYamlPath) {
31
29
  log.error(colors.red("No wmill.yaml file found. Please run 'wmill init' first to create the configuration file."));
32
30
  dntShim.Deno.exit(1);
33
31
  }
@@ -21,11 +21,11 @@ export function normalizeRepoPath(path) {
21
21
  }
22
22
  // Helper to get or create branch configuration
23
23
  export function getOrCreateBranchConfig(config, branchName) {
24
- if (!config.git_branches) {
25
- config.git_branches = {};
24
+ if (!config.gitBranches) {
25
+ config.gitBranches = {};
26
26
  }
27
- if (!config.git_branches[branchName]) {
28
- config.git_branches[branchName] = {};
27
+ if (!config.gitBranches[branchName]) {
28
+ config.gitBranches[branchName] = {};
29
29
  }
30
30
  return {
31
31
  config,
@@ -36,20 +36,20 @@ export function getOrCreateBranchConfig(config, branchName) {
36
36
  export function applyBackendSettingsToBranch(config, branchName, backendSettings) {
37
37
  const { config: updatedConfig } = getOrCreateBranchConfig(config, branchName);
38
38
  // Get the base settings (top-level + defaults) to compare against
39
- const { git_branches, ...topLevelSettings } = config;
39
+ const { gitBranches, ...topLevelSettings } = config;
40
40
  const baseSettings = { ...DEFAULT_SYNC_OPTIONS, ...topLevelSettings };
41
41
  // Only store fields that differ from the base settings
42
42
  Object.keys(backendSettings).forEach(key => {
43
- if (key !== 'git_branches' && backendSettings[key] !== undefined) {
43
+ if (key !== 'gitBranches' && backendSettings[key] !== undefined) {
44
44
  const backendValue = backendSettings[key];
45
45
  const baseValue = baseSettings[key];
46
46
  // Only store if different from base
47
47
  const isDifferent = GitSyncSettingsConverter.isDifferent(backendValue, baseValue);
48
48
  if (isDifferent) {
49
- if (!updatedConfig.git_branches[branchName].overrides) {
50
- updatedConfig.git_branches[branchName].overrides = {};
49
+ if (!updatedConfig.gitBranches[branchName].overrides) {
50
+ updatedConfig.gitBranches[branchName].overrides = {};
51
51
  }
52
- updatedConfig.git_branches[branchName].overrides[key] = backendValue;
52
+ updatedConfig.gitBranches[branchName].overrides[key] = backendValue;
53
53
  }
54
54
  }
55
55
  });
@@ -20,16 +20,16 @@ async function initAction(opts) {
20
20
  if (isGitRepository()) {
21
21
  const currentBranch = getCurrentGitBranch();
22
22
  if (currentBranch) {
23
- initialConfig.git_branches = {
23
+ initialConfig.gitBranches = {
24
24
  [currentBranch]: { overrides: {} },
25
25
  };
26
26
  }
27
27
  else {
28
- initialConfig.git_branches = {};
28
+ initialConfig.gitBranches = {};
29
29
  }
30
30
  }
31
31
  else {
32
- initialConfig.git_branches = {};
32
+ initialConfig.gitBranches = {};
33
33
  }
34
34
  await dntShim.Deno.writeTextFile("wmill.yaml", yamlStringify(initialConfig));
35
35
  log.info(colors.green("wmill.yaml created with default settings"));
@@ -66,15 +66,15 @@ async function initAction(opts) {
66
66
  })))) {
67
67
  // Update the config with workspace binding
68
68
  const currentConfig = await import("../../core/conf.js").then((m) => m.readConfigFile());
69
- if (!currentConfig.git_branches) {
70
- currentConfig.git_branches = {};
69
+ if (!currentConfig.gitBranches) {
70
+ currentConfig.gitBranches = {};
71
71
  }
72
- if (!currentConfig.git_branches[currentBranch]) {
73
- currentConfig.git_branches[currentBranch] = { overrides: {} };
72
+ if (!currentConfig.gitBranches[currentBranch]) {
73
+ currentConfig.gitBranches[currentBranch] = { overrides: {} };
74
74
  }
75
- currentConfig.git_branches[currentBranch].baseUrl =
75
+ currentConfig.gitBranches[currentBranch].baseUrl =
76
76
  activeWorkspace.remote;
77
- currentConfig.git_branches[currentBranch].workspaceId =
77
+ currentConfig.gitBranches[currentBranch].workspaceId =
78
78
  activeWorkspace.workspaceId;
79
79
  await dntShim.Deno.writeTextFile("wmill.yaml", yamlStringify(currentConfig));
80
80
  log.info(colors.green(`✓ Bound branch '${currentBranch}' to workspace '${activeWorkspace.name}'`));