Skip to content

Commit 6cb649b

Browse files
committed
feat: Updated schema to new documentation url
1 parent 2845d78 commit 6cb649b

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

src/schemastore/codify-schema.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"additionalProperties": false
3636
},
3737
{
38-
"$comment": "https://codifycli.com/docs/core-resources/git/git/",
38+
"$comment": "https://codifycli.com/docs/resources/git/git/",
3939
"description": "Set and manage global git settings (email and username)",
4040
"type": "object",
4141
"properties": {
@@ -116,7 +116,7 @@
116116
]
117117
},
118118
{
119-
"$comment": "https://codifycli.com/docs/core-resources/path/",
119+
"$comment": "https://codifycli.com/docs/resources/shell/path/",
120120
"description": "Manages user paths. It will permanently save paths by adding them to the shell startup script.",
121121
"type": "object",
122122
"properties": {
@@ -174,7 +174,7 @@
174174
]
175175
},
176176
{
177-
"$comment": "https://codifycli.com/docs/core-resources/alias/",
177+
"$comment": "https://codifycli.com/docs/resources/shell/alias/",
178178
"description": "Manages user aliases. It permanently saves the alias by adding it to the shell startup script.",
179179
"type": "object",
180180
"properties": {
@@ -291,7 +291,7 @@
291291
]
292292
},
293293
{
294-
"$comment": "https://codifycli.com/docs/core-resources/homebrew/",
294+
"$comment": "https://codifycli.com/docs/resources/homebrew/",
295295
"description": "Install homebrew and manages formulae, casks and taps.",
296296
"type": "object",
297297
"properties": {
@@ -358,7 +358,7 @@
358358
]
359359
},
360360
{
361-
"$comment": "https://codifycli.com/docs/core-resources/python/pyenv/",
361+
"$comment": "https://codifycli.com/docs/resources/python/pyenv/",
362362
"type": "object",
363363
"description": "Install and manage Python versions using pyenv.",
364364
"properties": {
@@ -407,7 +407,7 @@
407407
]
408408
},
409409
{
410-
"$comment": "https://codifycli.com/docs/core-resources/git/git-lfs/",
410+
"$comment": "https://codifycli.com/docs/resources/git/git-lfs/",
411411
"description": "Installs git-lfs. This resource will automatically activate git-lfs as well.",
412412
"type": "object",
413413
"properties": {
@@ -445,7 +445,7 @@
445445
]
446446
},
447447
{
448-
"$comment": "https://codifycli.com/docs/core-resources/aws-cli/",
448+
"$comment": "https://codifycli.com/docs/resources/aws-cli/",
449449
"type": "object",
450450
"description": "Installs aws-cli.",
451451
"properties": {
@@ -483,7 +483,7 @@
483483
]
484484
},
485485
{
486-
"$comment": "https://codifycli.com/docs/core-resources/aws-profile/",
486+
"$comment": "https://codifycli.com/docs/resources/aws-profile/",
487487
"type": "object",
488488
"description": "Configures AWS profiles.",
489489
"properties": {
@@ -554,7 +554,7 @@
554554
]
555555
},
556556
{
557-
"$comment": "https://codifycli.com/docs/core-resources/terraform/",
557+
"$comment": "https://codifycli.com/docs/resources/terraform/",
558558
"description": "Installs Terraform.",
559559
"type": "object",
560560
"properties": {
@@ -600,7 +600,7 @@
600600
]
601601
},
602602
{
603-
"$comment": "https://codifycli.com/docs/core-resources/javascript/nvm/",
603+
"$comment": "https://codifycli.com/docs/resources/javascript/nvm/",
604604
"description": "Install and manage Node versions using nvm.",
605605
"type": "object",
606606
"properties": {
@@ -649,7 +649,7 @@
649649
]
650650
},
651651
{
652-
"$comment": "https://codifycli.com/docs/core-resources/jenv/",
652+
"$comment": "https://codifycli.com/docs/resources/jenv/",
653653
"type": "object",
654654
"description": "Install jenv and manage Java versions using jenv. Jenv cannot install Java directly, it needs to be installed separately and added to Jenv.",
655655
"properties": {
@@ -698,7 +698,7 @@
698698
]
699699
},
700700
{
701-
"$comment": "https://codifycli.com/docs/core-resources/pgcli/",
701+
"$comment": "https://codifycli.com/docs/resources/pgcli/",
702702
"type": "object",
703703
"description": "Installs pgcli.",
704704
"properties": {
@@ -736,7 +736,7 @@
736736
]
737737
},
738738
{
739-
"$comment": "https://codifycli.com/docs/core-resources/vscode/",
739+
"$comment": "https://codifycli.com/docs/resources/vscode/",
740740
"description": "Installs Vscode.",
741741
"type": "object",
742742
"properties": {
@@ -779,7 +779,7 @@
779779
]
780780
},
781781
{
782-
"$comment": "https://codifycli.com/docs/core-resources/git/git-repository/",
782+
"$comment": "https://codifycli.com/docs/resources/git/git-repository/",
783783
"description": "Git clone a repository. Choose either to specify the exact directory to clone into or the parent directory (it deduces the folder name using the repository name).",
784784
"type": "object",
785785
"properties": {
@@ -1049,7 +1049,7 @@
10491049
]
10501050
},
10511051
{
1052-
"$comment": "https://codifycli.com/docs/core-resources/ssh/ssh-key/",
1052+
"$comment": "https://codifycli.com/docs/resources/ssh/ssh-key/",
10531053
"description": "Generate and manage a ssh private/public key.",
10541054
"type": "object",
10551055
"properties": {
@@ -1119,7 +1119,7 @@
11191119
"additionalProperties": false
11201120
},
11211121
{
1122-
"$comment": "https://codifycli.com/docs/core-resources/ssh/ssh-config/",
1122+
"$comment": "https://codifycli.com/docs/resources/ssh/ssh-config/",
11231123
"description": "Configures the ssh config file.",
11241124
"type": "object",
11251125
"properties": {
@@ -1216,7 +1216,7 @@
12161216
"additionalProperties": false
12171217
},
12181218
{
1219-
"$comment": "https://codifycli.com/docs/core-resources/ssh/ssh-add/",
1219+
"$comment": "https://codifycli.com/docs/resources/ssh/ssh-add/",
12201220
"description": "Adds ssh private keys to the ssh agent.",
12211221
"type": "object",
12221222
"properties": {
@@ -1263,7 +1263,7 @@
12631263
"additionalProperties": false
12641264
},
12651265
{
1266-
"$comment": "https://codifycli.com/docs/core-resources/scripting/action/",
1266+
"$comment": "https://codifycli.com/docs/resources/scripting/action/",
12671267
"description": "Run custom scripts using the action resource. A condition can be specified to conditionally trigger a script.",
12681268
"type": "object",
12691269
"properties": {
@@ -1368,7 +1368,7 @@
13681368
"description": "file resource. Can be used to manage file"
13691369
},
13701370
{
1371-
"$comment": "https://codifycli.com/docs/core-resources/files/remote-file/",
1371+
"$comment": "https://codifycli.com/docs/resources/scripting/remote-file/",
13721372
"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.",
13731373
"type": "object",
13741374
"properties": {
@@ -1424,7 +1424,7 @@
14241424
"additionalProperties": false
14251425
},
14261426
{
1427-
"$comment": "https://codifycli.com/docs/core-resources/python/virtualenv-project/",
1427+
"$comment": "https://codifycli.com/docs/resources/python/virtualenv-project/",
14281428
"type": "object",
14291429
"description": "Install and manage local packages with virtualenv",
14301430
"properties": {
@@ -1462,7 +1462,7 @@
14621462
]
14631463
},
14641464
{
1465-
"$comment": "https://codifycli.com/docs/core-resources/python/virtualenv-project/",
1465+
"$comment": "https://codifycli.com/docs/resources/python/virtualenv-project/",
14661466
"type": "object",
14671467
"description": "Install and manage local packages for a project with virtualenv",
14681468
"properties": {
@@ -1529,7 +1529,7 @@
15291529
]
15301530
},
15311531
{
1532-
"$comment": "https://codifycli.com/docs/core-resources/javascript/pnpm/",
1532+
"$comment": "https://codifycli.com/docs/resources/javascript/pnpm/",
15331533
"description": "Install and manage Node dependencies and versions using pnpm.",
15341534
"type": "object",
15351535
"properties": {
@@ -1610,7 +1610,7 @@
16101610
]
16111611
},
16121612
{
1613-
"$comment": "https://codifycli.com/docs/core-resources/python/venv-project/",
1613+
"$comment": "https://codifycli.com/docs/resources/python/venv-project/",
16141614
"type": "object",
16151615
"description": "Install and manage local packages for a project with venv",
16161616
"properties": {
@@ -1693,7 +1693,7 @@
16931693
]
16941694
},
16951695
{
1696-
"$comment": "https://codifycli.com/docs/core-resources/python/pip/",
1696+
"$comment": "https://codifycli.com/docs/resources/python/pip/",
16971697
"type": "object",
16981698
"description": "Install and manage packages using pip",
16991699
"properties": {
@@ -1768,7 +1768,7 @@
17681768
]
17691769
},
17701770
{
1771-
"$comment": "https://codifycli.com/docs/core-resources/python/pip-sync/",
1771+
"$comment": "https://codifycli.com/docs/resources/python/pip-sync/",
17721772
"type": "object",
17731773
"description": "Install and manage though pip-tools by installing + uninstalling packages using pip-sync",
17741774
"properties": {
@@ -1822,7 +1822,7 @@
18221822
]
18231823
},
18241824
{
1825-
"$comment": "https://codifycli.com/docs/core-resources/macports/",
1825+
"$comment": "https://codifycli.com/docs/resources/macports/",
18261826
"description": "Install macports and manage packages.",
18271827
"type": "object",
18281828
"properties": {
@@ -1885,7 +1885,7 @@
18851885
]
18861886
},
18871887
{
1888-
"$comment": "https://codifycli.com/docs/core-resources/javascript/npm/",
1888+
"$comment": "https://codifycli.com/docs/resources/javascript/npm/",
18891889
"description": "Install and manage packages using NPM.",
18901890
"type": "object",
18911891
"properties": {
@@ -1951,7 +1951,7 @@
19511951
]
19521952
},
19531953
{
1954-
"$comment": "https://codifycli.com/docs/core-resources/javascript/npm-login/",
1954+
"$comment": "https://codifycli.com/docs/resources/javascript/npm-login/",
19551955
"description": "Manage npm login/authentication in ~/.npmrc, including scoped registry mapping and tokens.",
19561956
"type": "object",
19571957
"properties": {
@@ -2003,7 +2003,7 @@
20032003
"additionalProperties": false
20042004
},
20052005
{
2006-
"$comment": "https://codifycli.com/docs/core-resources/docker/",
2006+
"$comment": "https://codifycli.com/docs/resources/docker/",
20072007
"type": "object",
20082008
"description": "Installs docker.",
20092009
"properties": {
@@ -2049,7 +2049,7 @@
20492049
]
20502050
},
20512051
{
2052-
"$comment": "https://codifycli.com/docs/core-resources/apt/",
2052+
"$comment": "https://codifycli.com/docs/resources/apt/",
20532053
"description": "Manage apt packages on Debian-based systems.",
20542054
"type": "object",
20552055
"properties": {
@@ -2116,7 +2116,7 @@
21162116
]
21172117
},
21182118
{
2119-
"$comment": "https://codifycli.com/docs/core-resources/yum/",
2119+
"$comment": "https://codifycli.com/docs/resources/yum/",
21202120
"description": "Manage yum packages on Red Hat-based systems.",
21212121
"type": "object",
21222122
"properties": {
@@ -2183,7 +2183,7 @@
21832183
]
21842184
},
21852185
{
2186-
"$comment": "https://codifycli.com/docs/core-resources/dnf/",
2186+
"$comment": "https://codifycli.com/docs/resources/dnf/",
21872187
"description": "Manage dnf packages on modern Red Hat-based systems.",
21882188
"type": "object",
21892189
"properties": {
@@ -2250,7 +2250,7 @@
22502250
]
22512251
},
22522252
{
2253-
"$comment": "https://codifycli.com/docs/core-resources/snap/",
2253+
"$comment": "https://codifycli.com/docs/resources/snap/",
22542254
"description": "Manage snap packages on Linux systems.",
22552255
"type": "object",
22562256
"properties": {

0 commit comments

Comments
 (0)