|
35 | 35 | "additionalProperties": false |
36 | 36 | }, |
37 | 37 | { |
| 38 | + "$comment": "https://docs.codifycli.com/core-resources/git/git/", |
38 | 39 | "description": "Set and manage global git settings (email and username)", |
39 | 40 | "type": "object", |
40 | 41 | "properties": { |
|
93 | 94 | ] |
94 | 95 | }, |
95 | 96 | { |
| 97 | + "$comment": "https://docs.codifycli.com/core-resources/path/", |
96 | 98 | "description": "Manages user paths. It will permanently save paths by adding them to the shell startup script.", |
97 | 99 | "type": "object", |
98 | 100 | "properties": { |
|
139 | 141 | ] |
140 | 142 | }, |
141 | 143 | { |
| 144 | + "$comment": "https://docs.codifycli.com/core-resources/alias/", |
142 | 145 | "description": "Manages user aliases. It permanently saves the alias by adding it to the shell startup script.", |
143 | 146 | "type": "object", |
144 | 147 | "properties": { |
|
175 | 178 | "additionalProperties": false |
176 | 179 | }, |
177 | 180 | { |
| 181 | + "$comment": "https://docs.codifycli.com/core-resources/homebrew/", |
178 | 182 | "description": "Install homebrew and manages formulae, casks and taps.", |
179 | 183 | "type": "object", |
180 | 184 | "properties": { |
|
230 | 234 | ] |
231 | 235 | }, |
232 | 236 | { |
| 237 | + "$comment": "https://docs.codifycli.com/core-resources/python/pyenv/", |
233 | 238 | "type": "object", |
234 | 239 | "description": "Install and manage Python versions using pyenv.", |
235 | 240 | "properties": { |
|
267 | 272 | ] |
268 | 273 | }, |
269 | 274 | { |
| 275 | + "$comment": "https://docs.codifycli.com/core-resources/git/git-lfs/", |
270 | 276 | "description": "Installs git-lfs. This resource will automatically activate git-lfs as well.", |
271 | 277 | "type": "object", |
272 | 278 | "properties": { |
|
293 | 299 | ] |
294 | 300 | }, |
295 | 301 | { |
| 302 | + "$comment": "https://docs.codifycli.com/core-resources/aws-cli/", |
296 | 303 | "type": "object", |
297 | 304 | "description": "Installs aws-cli.", |
298 | 305 | "properties": { |
|
319 | 326 | ] |
320 | 327 | }, |
321 | 328 | { |
| 329 | + "$comment": "https://docs.codifycli.com/core-resources/aws-profile/", |
322 | 330 | "type": "object", |
323 | 331 | "description": "Configures AWS profiles.", |
324 | 332 | "properties": { |
|
378 | 386 | ] |
379 | 387 | }, |
380 | 388 | { |
| 389 | + "$comment": "https://docs.codifycli.com/core-resources/terraform/", |
381 | 390 | "description": "Installs Terraform.", |
382 | 391 | "type": "object", |
383 | 392 | "properties": { |
|
412 | 421 | ] |
413 | 422 | }, |
414 | 423 | { |
| 424 | + "$comment": "https://docs.codifycli.com/core-resources/javascript/nvm/", |
415 | 425 | "description": "Install and manage Node versions using nvm.", |
416 | 426 | "type": "object", |
417 | 427 | "properties": { |
|
449 | 459 | ] |
450 | 460 | }, |
451 | 461 | { |
| 462 | + "$comment": "https://docs.codifycli.com/core-resources/jenv/", |
452 | 463 | "type": "object", |
453 | 464 | "description": "Install jenv and manage Java versions using jenv. Jenv cannot install Java directly, it needs to be installed separately and added to Jenv.", |
454 | 465 | "properties": { |
|
486 | 497 | ] |
487 | 498 | }, |
488 | 499 | { |
| 500 | + "$comment": "https://docs.codifycli.com/core-resources/pgcli/", |
489 | 501 | "type": "object", |
490 | 502 | "description": "Installs pgcli.", |
491 | 503 | "properties": { |
|
512 | 524 | ] |
513 | 525 | }, |
514 | 526 | { |
| 527 | + "$comment": "https://docs.codifycli.com/core-resources/vscode/", |
515 | 528 | "description": "Installs Vscode.", |
516 | 529 | "type": "object", |
517 | 530 | "properties": { |
|
543 | 556 | ] |
544 | 557 | }, |
545 | 558 | { |
| 559 | + "$comment": "https://docs.codifycli.com/core-resources/git/git-repository/", |
546 | 560 | "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).", |
547 | 561 | "type": "object", |
548 | 562 | "properties": { |
|
585 | 599 | ] |
586 | 600 | }, |
587 | 601 | { |
| 602 | + "$comment": "https://docs.codifycli.com/core-resources/android-studio/", |
588 | 603 | "type": "object", |
589 | 604 | "description": "Install Android Studios.", |
590 | 605 | "properties": { |
|
620 | 635 | ] |
621 | 636 | }, |
622 | 637 | { |
| 638 | + "$comment": "https://docs.codifycli.com/core-resources/asdf/asdf/", |
623 | 639 | "type": "object", |
624 | 640 | "description": "Installs asdf and manages asdf plugins. Use 'asdf-install' or 'asdf-plugin' to install the actual tool. Use 'asdf-global' or 'asdf-local' to activate the tool in the shell.", |
625 | 641 | "properties": { |
|
653 | 669 | ] |
654 | 670 | }, |
655 | 671 | { |
| 672 | + "$comment": "https://docs.codifycli.com/core-resources/asdf/asdf-plugin/", |
656 | 673 | "description": "Installs a plugin and manages specific tool versions.", |
657 | 674 | "type": "object", |
658 | 675 | "properties": { |
|
695 | 712 | "additionalProperties": false |
696 | 713 | }, |
697 | 714 | { |
| 715 | + "$comment": "https://docs.codifycli.com/core-resources/asdf/asdf-global/", |
698 | 716 | "type": "object", |
699 | 717 | "description": "Manage the asdf global version for a tool. An asdf-global or asdf-local resource must be specified before a tool installed with asdf is active in the shell.", |
700 | 718 | "properties": { |
|
731 | 749 | "additionalProperties": false |
732 | 750 | }, |
733 | 751 | { |
| 752 | + "$comment": "https://docs.codifycli.com/core-resources/asdf/asdf-local/", |
734 | 753 | "description": "Manage the asdf local version for a tool. An asdf-global or asdf-local resource must be specified before a tool installed with asdf is active in the shell.", |
735 | 754 | "type": "object", |
736 | 755 | "properties": { |
|
778 | 797 | "additionalProperties": false |
779 | 798 | }, |
780 | 799 | { |
| 800 | + "$comment": "https://docs.codifycli.com/core-resources/asdf/asdf-install/", |
781 | 801 | "type": "object", |
782 | 802 | "description": "Install a .tools-version file or directly install an asdf plugin + tool version.", |
783 | 803 | "properties": { |
|
819 | 839 | ] |
820 | 840 | }, |
821 | 841 | { |
| 842 | + "$comment": "https://docs.codifycli.com/core-resources/ssh/ssh-key/", |
822 | 843 | "description": "Generate and manage a ssh private/public key.", |
823 | 844 | "type": "object", |
824 | 845 | "properties": { |
|
877 | 898 | "additionalProperties": false |
878 | 899 | }, |
879 | 900 | { |
| 901 | + "$comment": "https://docs.codifycli.com/core-resources/ssh/ssh-config/", |
880 | 902 | "description": "Configures the ssh config file.", |
881 | 903 | "type": "object", |
882 | 904 | "properties": { |
|
962 | 984 | "additionalProperties": false |
963 | 985 | }, |
964 | 986 | { |
| 987 | + "$comment": "https://docs.codifycli.com/core-resources/ssh/ssh-add/", |
965 | 988 | "description": "Adds ssh private keys to the ssh agent.", |
966 | 989 | "type": "object", |
967 | 990 | "properties": { |
|
997 | 1020 | "additionalProperties": false |
998 | 1021 | }, |
999 | 1022 | { |
| 1023 | + "$comment": "https://docs.codifycli.com/core-resources/scripting/action/", |
1000 | 1024 | "description": "Run custom scripts using the action resource. A condition can be specified to conditionally trigger a script.", |
1001 | 1025 | "type": "object", |
1002 | 1026 | "properties": { |
|
1036 | 1060 | "additionalProperties": false |
1037 | 1061 | }, |
1038 | 1062 | { |
| 1063 | + "$comment": "https://docs.codifycli.com/core-resources/files/file/", |
1039 | 1064 | "description": "Manages a file.", |
1040 | 1065 | "type": "object", |
1041 | 1066 | "properties": { |
|
1076 | 1101 | "additionalProperties": false |
1077 | 1102 | }, |
1078 | 1103 | { |
| 1104 | + "$comment": "https://docs.codifycli.com/core-resources/files/remote-file/", |
1079 | 1105 | "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.", |
1080 | 1106 | "type": "object", |
1081 | 1107 | "properties": { |
|
1120 | 1146 | "additionalProperties": false |
1121 | 1147 | }, |
1122 | 1148 | { |
| 1149 | + "$comment": "https://docs.codifycli.com/core-resources/python/virtualenv-project/", |
1123 | 1150 | "type": "object", |
1124 | 1151 | "description": "Install and manage local packages with virtualenv", |
1125 | 1152 | "properties": { |
|
1146 | 1173 | ] |
1147 | 1174 | }, |
1148 | 1175 | { |
| 1176 | + "$comment": "https://docs.codifycli.com/core-resources/python/virtualenv-project/", |
1149 | 1177 | "type": "object", |
1150 | 1178 | "description": "Install and manage local packages for a project with virtualenv", |
1151 | 1179 | "properties": { |
|
1201 | 1229 | ] |
1202 | 1230 | }, |
1203 | 1231 | { |
| 1232 | + "$comment": "https://docs.codifycli.com/core-resources/javascript/pnpm/", |
1204 | 1233 | "description": "Install and manage Node dependencies and versions using pnpm.", |
1205 | 1234 | "type": "object", |
1206 | 1235 | "properties": { |
|
1259 | 1288 | ] |
1260 | 1289 | }, |
1261 | 1290 | { |
| 1291 | + "$comment": "https://docs.codifycli.com/core-resources/python/venv-project/", |
1262 | 1292 | "type": "object", |
1263 | 1293 | "description": "Install and manage local packages for a project with venv", |
1264 | 1294 | "properties": { |
|
1330 | 1360 | ] |
1331 | 1361 | }, |
1332 | 1362 | { |
| 1363 | + "$comment": "https://docs.codifycli.com/core-resources/python/pip/", |
1333 | 1364 | "type": "object", |
1334 | 1365 | "description": "Install and manage packages using pip", |
1335 | 1366 | "properties": { |
|
1393 | 1424 | ] |
1394 | 1425 | }, |
1395 | 1426 | { |
| 1427 | + "$comment": "https://docs.codifycli.com/core-resources/python/pip-sync/", |
1396 | 1428 | "type": "object", |
1397 | 1429 | "description": "Install and manage though pip-tools by installing + uninstalling packages using pip-sync", |
1398 | 1430 | "properties": { |
|
1435 | 1467 | ] |
1436 | 1468 | }, |
1437 | 1469 | { |
| 1470 | + "$comment": "https://docs.codifycli.com/core-resources/macports/", |
1438 | 1471 | "description": "Install macports and manage packages.", |
1439 | 1472 | "type": "object", |
1440 | 1473 | "properties": { |
|
1486 | 1519 | ] |
1487 | 1520 | }, |
1488 | 1521 | { |
| 1522 | + "$comment": "https://docs.codifycli.com/core-resources/javascript/npm/", |
1489 | 1523 | "description": "Install and manage packages using NPM.", |
1490 | 1524 | "type": "object", |
1491 | 1525 | "properties": { |
|
1540 | 1574 | ] |
1541 | 1575 | }, |
1542 | 1576 | { |
| 1577 | + "$comment": "https://docs.codifycli.com/core-resources/docker/", |
1543 | 1578 | "type": "object", |
1544 | 1579 | "description": "Installs docker.", |
1545 | 1580 | "properties": { |
|
0 commit comments