|
5 | 5 | * [Beginner Tutorial: Hello World](introduction/readme/beginner-tutorial-hello-world.md) |
6 | 6 | * [Beginner Tutorial: Hello Database](introduction/readme/beginner-tutorial-hello-database.md) |
7 | 7 | * [Tutorial: Wheels, AJAX, and You](introduction/readme/tutorial-wheels-ajax-and-you.md) |
| 8 | + * [Boxlang Support](introduction/readme/boxlang-support.md) |
8 | 9 | * [Frameworks and Wheels](introduction/frameworks-and-wheels.md) |
9 | 10 | * [Requirements](introduction/requirements.md) |
10 | 11 | * [Manual Installation](introduction/manual-installation.md) |
|
19 | 20 | * Core Commands |
20 | 21 | * [wheels init](command-line-tools/commands/core/init.md) |
21 | 22 | * [wheels info](command-line-tools/commands/core/info.md) |
| 23 | + * [wheels about](command-line-tools/commands/application-utilities/about.md) |
22 | 24 | * [wheels reload](command-line-tools/commands/core/reload.md) |
23 | 25 | * [wheels deps](command-line-tools/commands/core/deps.md) |
24 | 26 | * [wheels destroy](command-line-tools/commands/core/destroy.md) |
25 | | - * [wheels watch](command-line-tools/commands/core/watch.md) |
26 | 27 | * Code Generation |
27 | 28 | * [wheels generate app](command-line-tools/commands/generate/app.md) |
28 | 29 | * [wheels generate app-wizard](command-line-tools/commands/generate/app-wizard.md) |
29 | 30 | * [wheels generate controller](command-line-tools/commands/generate/controller.md) |
30 | 31 | * [wheels generate model](command-line-tools/commands/generate/model.md) |
31 | 32 | * [wheels generate view](command-line-tools/commands/generate/view.md) |
| 33 | + * [wheels generate helper](command-line-tools/commands/generate/helper.md) |
| 34 | + * [wheels generate migration](command-line-tools/commands/generate/migration.md) |
32 | 35 | * [wheels generate property](command-line-tools/commands/generate/property.md) |
33 | 36 | * [wheels generate route](command-line-tools/commands/generate/route.md) |
34 | | - * [wheels generate resource](command-line-tools/commands/generate/resource.md) |
35 | | - * [wheels generate api-resource](command-line-tools/commands/generate/api-resource.md) |
36 | | - * [wheels generate frontend](command-line-tools/commands/generate/frontend.md) |
37 | 37 | * [wheels generate test](command-line-tools/commands/generate/test.md) |
38 | 38 | * [wheels generate snippets](command-line-tools/commands/generate/snippets.md) |
39 | | - * [wheels scaffold](command-line-tools/commands/generate/scaffold.md) |
| 39 | + * [wheels generate code](command-line-tools/commands/generate/code.md) |
| 40 | + * [wheels generate scaffold](command-line-tools/commands/generate/scaffold.md) |
| 41 | + * [wheels generate api-resource](command-line-tools/commands/generate/api-resource.md) |
40 | 42 | * Database Commands |
41 | | - * [Database Management Overview](command-line-tools/commands/database/database-management.md) |
42 | 43 | * Database Operations |
43 | 44 | * [wheels db create](command-line-tools/commands/database/db-create.md) |
44 | 45 | * [wheels db drop](command-line-tools/commands/database/db-drop.md) |
45 | | - * [wheels db setup](command-line-tools/commands/database/db-setup.md) |
46 | | - * [wheels db reset](command-line-tools/commands/database/db-reset.md) |
47 | | - * [wheels db status](command-line-tools/commands/database/db-status.md) |
48 | | - * [wheels db version](command-line-tools/commands/database/db-version.md) |
49 | | - * [wheels db rollback](command-line-tools/commands/database/db-rollback.md) |
50 | | - * [wheels db seed](command-line-tools/commands/database/db-seed.md) |
51 | | - * [wheels db dump](command-line-tools/commands/database/db-dump.md) |
52 | | - * [wheels db restore](command-line-tools/commands/database/db-restore.md) |
53 | | - * [wheels db shell](command-line-tools/commands/database/db-shell.md) |
54 | | - * [wheels db schema](command-line-tools/commands/database/db-schema.md) |
55 | 46 | * Migration Commands |
56 | 47 | * [wheels dbmigrate info](command-line-tools/commands/database/dbmigrate-info.md) |
57 | 48 | * [wheels dbmigrate latest](command-line-tools/commands/database/dbmigrate-latest.md) |
|
64 | 55 | * [wheels dbmigrate create column](command-line-tools/commands/database/dbmigrate-create-column.md) |
65 | 56 | * [wheels dbmigrate remove table](command-line-tools/commands/database/dbmigrate-remove-table.md) |
66 | 57 | * Testing Commands |
67 | | - * [wheels test](command-line-tools/commands/testing/test.md) |
68 | | - * [wheels test run](command-line-tools/commands/testing/test-run.md) |
69 | | - * [wheels test coverage](command-line-tools/commands/testing/test-coverage.md) |
70 | | - * [wheels test debug](command-line-tools/commands/testing/test-debug.md) |
71 | | - * Configuration Commands |
72 | | - * [wheels config list](command-line-tools/commands/config/config-list.md) |
73 | | - * [wheels config set](command-line-tools/commands/config/config-set.md) |
74 | | - * [wheels config env](command-line-tools/commands/config/config-env.md) |
| 58 | + * [wheels test run](command-line-tools/commands/test/test-run.md) |
| 59 | + * [wheels advanced testing](command-line-tools/commands/test/test-advanced.md) |
75 | 60 | * Environment Management |
76 | | - * [wheels env](command-line-tools/commands/environment/env.md) |
77 | 61 | * [wheels env setup](command-line-tools/commands/environment/env-setup.md) |
78 | 62 | * [wheels env list](command-line-tools/commands/environment/env-list.md) |
| 63 | + * [wheels env merge](command-line-tools/commands/environment/env-merge.md) |
| 64 | + * [wheels env set](command-line-tools/commands/environment/env-set.md) |
| 65 | + * [wheels env show](command-line-tools/commands/environment/env-show.md) |
79 | 66 | * [wheels env switch](command-line-tools/commands/environment/env-switch.md) |
80 | | - * [wheels environment](command-line-tools/commands/environment/environment.md) |
81 | | - * [wheels console](command-line-tools/commands/environment/console.md) |
82 | | - * [wheels runner](command-line-tools/commands/environment/runner.md) |
83 | | - * Server Management |
84 | | - * [wheels server](command-line-tools/commands/server/server.md) |
85 | | - * [wheels server start](command-line-tools/commands/server/server-start.md) |
86 | | - * [wheels server stop](command-line-tools/commands/server/server-stop.md) |
87 | | - * [wheels server restart](command-line-tools/commands/server/server-restart.md) |
88 | | - * [wheels server status](command-line-tools/commands/server/server-status.md) |
89 | | - * [wheels server log](command-line-tools/commands/server/server-log.md) |
90 | | - * [wheels server open](command-line-tools/commands/server/server-open.md) |
91 | | - * Plugin Management |
92 | | - * [wheels plugins](command-line-tools/commands/plugins/plugins.md) |
93 | | - * [wheels plugins list](command-line-tools/commands/plugins/plugins-list.md) |
94 | | - * [wheels plugins install](command-line-tools/commands/plugins/plugins-install.md) |
95 | | - * [wheels plugins remove](command-line-tools/commands/plugins/plugins-remove.md) |
| 67 | + * [wheels env validate](command-line-tools/commands/environment/env-validate.md) |
96 | 68 | * Code Analysis |
97 | | - * [wheels analyze](command-line-tools/commands/analysis/analyze.md) |
98 | 69 | * [wheels analyze code](command-line-tools/commands/analysis/analyze-code.md) |
99 | 70 | * [wheels analyze performance](command-line-tools/commands/analysis/analyze-performance.md) |
100 | | - * [wheels analyze security](command-line-tools/commands/analysis/analyze-security.md) |
101 | | - * Security Commands |
102 | | - * [wheels security](command-line-tools/commands/security/security.md) |
103 | | - * [wheels security scan](command-line-tools/commands/security/security-scan.md) |
104 | | - * Performance Commands |
105 | | - * [wheels optimize](command-line-tools/commands/performance/optimize.md) |
106 | | - * [wheels optimize performance](command-line-tools/commands/performance/optimize-performance.md) |
107 | | - * Documentation Commands |
108 | | - * [wheels docs](command-line-tools/commands/documentation/docs.md) |
109 | | - * [wheels docs generate](command-line-tools/commands/documentation/docs-generate.md) |
110 | | - * [wheels docs serve](command-line-tools/commands/documentation/docs-serve.md) |
111 | | - * CI/CD Commands |
112 | | - * [wheels ci init](command-line-tools/commands/ci/ci-init.md) |
| 71 | + * Config |
| 72 | + * [wheels config check](command-line-tools/commands/config/config-check.md) |
| 73 | + * [wheels config diff](command-line-tools/commands/config/config-diff.md) |
| 74 | + * [wheels config dump](command-line-tools/commands/config/config-dump.md) |
113 | 75 | * Docker Commands |
114 | 76 | * [wheels docker init](command-line-tools/commands/docker/docker-init.md) |
| 77 | + * [wheels docker build](command-line-tools/commands/docker/docker-build.md) |
115 | 78 | * [wheels docker deploy](command-line-tools/commands/docker/docker-deploy.md) |
116 | | - * Deployment Commands |
117 | | - * [wheels deploy](command-line-tools/commands/deploy/deploy.md) |
118 | | - * [wheels deploy audit](command-line-tools/commands/deploy/deploy-audit.md) |
119 | | - * [wheels deploy exec](command-line-tools/commands/deploy/deploy-exec.md) |
120 | | - * [wheels deploy hooks](command-line-tools/commands/deploy/deploy-hooks.md) |
121 | | - * [wheels deploy init](command-line-tools/commands/deploy/deploy-init.md) |
122 | | - * [wheels deploy lock](command-line-tools/commands/deploy/deploy-lock.md) |
123 | | - * [wheels deploy logs](command-line-tools/commands/deploy/deploy-logs.md) |
124 | | - * [wheels deploy proxy](command-line-tools/commands/deploy/deploy-proxy.md) |
125 | | - * [wheels deploy push](command-line-tools/commands/deploy/deploy-push.md) |
126 | | - * [wheels deploy rollback](command-line-tools/commands/deploy/deploy-rollback.md) |
127 | | - * [wheels deploy secrets](command-line-tools/commands/deploy/deploy-secrets.md) |
128 | | - * [wheels deploy setup](command-line-tools/commands/deploy/deploy-setup.md) |
129 | | - * [wheels deploy status](command-line-tools/commands/deploy/deploy-status.md) |
130 | | - * [wheels deploy stop](command-line-tools/commands/deploy/deploy-stop.md) |
| 79 | + * [wheels docker push](command-line-tools/commands/docker/docker-push.md) |
| 80 | + * [wheels docker login](command-line-tools/commands/docker/docker-login.md) |
| 81 | + * [wheels docker logs](command-line-tools/commands/docker/docker-logs.md) |
| 82 | + * [wheels docker exec](command-line-tools/commands/docker/docker-exec.md) |
| 83 | + * [wheels docker stop](command-line-tools/commands/docker/docker-stop.md) |
| 84 | + * Get Commands |
| 85 | + * [wheels get environment](command-line-tools/commands/get/get-environment.md) |
| 86 | + * [wheels get settings](command-line-tools/commands/get/get-settings.md) |
| 87 | + * Documentation |
| 88 | + * [wheels docs generate](command-line-tools/commands/docs/docs-generate.md) |
| 89 | + * [wheels docs serve](command-line-tools/commands/docs/docs-serve.md) |
| 90 | + * Plugins |
| 91 | + * [wheels plugin install](command-line-tools/commands/plugins/plugins-install.md) |
| 92 | + * [wheels plugin list](command-line-tools/commands/plugins/plugins-list.md) |
| 93 | + * [wheels plugin search](command-line-tools/commands/plugins/plugins-search.md) |
| 94 | + * [wheels plugin info](command-line-tools/commands/plugins/plugins-info.md) |
| 95 | + * [wheels plugin outdated](command-line-tools/commands/plugins/plugins-outdated.md) |
| 96 | + * [wheels plugin update](command-line-tools/commands/plugins/plugins-update.md) |
| 97 | + * [wheels plugin update:all](command-line-tools/commands/plugins/plugins-update-all.md) |
| 98 | + * [wheels plugin remove](command-line-tools/commands/plugins/plugins-remove.md) |
| 99 | + * [wheels plugin init](command-line-tools/commands/plugins/plugins-init.md) |
| 100 | + * Asset Management |
| 101 | + * [asset management commands](command-line-tools/commands/assets-cache-management.md) |
131 | 102 | * CLI Development Guides |
132 | 103 | * [Configuration Management](command-line-tools/configuration.md) |
133 | 104 | * [Creating Commands](command-line-tools/cli-guides/creating-commands.md) |
|
143 | 114 | * [Switching Environments](working-with-wheels/switching-environments.md) |
144 | 115 | * [Testing Your Application](working-with-wheels/testing-your-application.md) |
145 | 116 | * [Using the Test Environment](working-with-wheels/using-the-test-environment.md) |
| 117 | +* [Overriding Core Methods](working-with-wheels/overriding-core-methods.md) |
146 | 118 | * [Contributing to Wheels](working-with-wheels/contributing-to-wheels.md) |
| 119 | +* [Contributing to Wheels VS Code Extension](working-with-wheels/contributing-to-wheels-vscode-extension.md) |
| 120 | +* [Contributing to Wheels Windows Installer](working-with-wheels/contributing-to-wheels-windows-installer.md) |
| 121 | +* [Contributing to Wheels macOS Installer](working-with-wheels/contributing-to-wheels-macos-installer.md) |
147 | 122 | * [Submitting Pull Requests](working-with-wheels/submitting-pull-requests.md) |
148 | 123 | * [Documenting your Code](working-with-wheels/documenting-your-code.md) |
149 | 124 |
|
|
204 | 179 | * [Database Migrations](database-interaction-through-models/database-migrations/README.md) |
205 | 180 | * [Migrations in Production](database-interaction-through-models/database-migrations/migrations-in-production.md) |
206 | 181 | * [Using Multiple Data Sources](database-interaction-through-models/using-multiple-data-sources.md) |
| 182 | +* [Using SQLite](database-interaction-through-models/using-sqlite.md) |
207 | 183 |
|
208 | | -## Plugins |
209 | | - |
210 | | -* [Installing and Using Plugins](plugins/installing-and-using-plugins.md) |
211 | | -* [Developing Plugins](plugins/developing-plugins.md) |
212 | | -* [Publishing Plugins](plugins/publishing-plugins.md) |
213 | 184 |
|
214 | 185 | ## Project Documentation |
215 | 186 |
|
|
221 | 192 | * [Issue Tracker](https://github.com/wheels-dev/wheels/issues) |
222 | 193 | * [Sponsor Us](https://opencollective.com/wheels) |
223 | 194 | * [Community](https://github.com/wheels-dev/wheels/discussions) |
| 195 | + |
| 196 | +## Plugins |
| 197 | + |
| 198 | +* [Installing and Using Plugins](plugins/installing-and-using-plugins.md) |
| 199 | +* [Developing Plugins](plugins/developing-plugins.md) |
| 200 | +* [Publishing Plugins](plugins/publishing-plugins.md) |
0 commit comments