Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 37a307a

Browse files
Sync docs from wheels@0a1c15f
1 parent 364a787 commit 37a307a

259 files changed

Lines changed: 21671 additions & 27477 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/3.0.0/guides/.gitbook/assets/4d9523e-cfwheels-tutorial_0002_5.png renamed to docs/3.0.0/guides/.gitbook/assets/4d9523e-wheels-tutorial_0002_5.png

File renamed without changes.

docs/3.0.0/guides/.gitbook/assets/5298d15-cfwheels-tutorial_0004_3.png renamed to docs/3.0.0/guides/.gitbook/assets/5298d15-wheels-tutorial_0004_3.png

File renamed without changes.

docs/3.0.0/guides/.gitbook/assets/660aaf3-cfwheels-tutorial_0005_2.png renamed to docs/3.0.0/guides/.gitbook/assets/660aaf3-wheels-tutorial_0005_2.png

File renamed without changes.

docs/3.0.0/guides/.gitbook/assets/9f1a966-cfwheels-tutorial_0003_4.png renamed to docs/3.0.0/guides/.gitbook/assets/9f1a966-wheels-tutorial_0003_4.png

File renamed without changes.

docs/3.0.0/guides/.gitbook/assets/f600144-cfwheels-tutorial_0001_6.png renamed to docs/3.0.0/guides/.gitbook/assets/f600144-wheels-tutorial_0001_6.png

File renamed without changes.

docs/3.0.0/guides/.gitbook/assets/fc38a30-cfwheels-tutorial_0000_7.png renamed to docs/3.0.0/guides/.gitbook/assets/fc38a30-wheels-tutorial_0000_7.png

File renamed without changes.

docs/3.0.0/guides/.gitbook/assets/Screenshot 2025-01-23 at 11.21.18 AM.png renamed to docs/3.0.0/guides/.gitbook/assets/wheels-home-page-1.png

File renamed without changes.

docs/3.0.0/guides/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ server start
6161
{% endtab %}
6262
{% endtabs %}
6363

64-
![](.gitbook/assets/73279f3-wheels_generate_app_larger.gif)
64+
![](/wheels/guides-assets/73279f3-wheels_generate_app_larger.gif)
6565

6666
A few minutes after submitting the above commands a new browser window should open up and display the default Wheels congratulations screen.
6767

68-
![](.gitbook/assets/76e1179-Screen\_Shot\_2022-02-08\_at\_9.12.06\_AM.png)
68+
![Figure: Wheels congratulations screen](/wheels/guides-assets/a1f5810-Screen\_Shot\_2022-03-25\_at\_8.59.25\_AM.png)
6969

7070
So what just happened? Since we only passed the application name `myApp` to the `wheels generate app` command, it used default values for most of its parameters and downloaded our Base template (wheels-base-template) from ForgeBox.io, then downloaded the framework core files (wheels.dev) from ForgeBox.io and placed it in the `vendor/wheels` directory, then configured the application name and reload password, and started a Lucee server on a random port.
7171

docs/3.0.0/guides/SUMMARY.md

Lines changed: 52 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* [Beginner Tutorial: Hello World](introduction/readme/beginner-tutorial-hello-world.md)
66
* [Beginner Tutorial: Hello Database](introduction/readme/beginner-tutorial-hello-database.md)
77
* [Tutorial: Wheels, AJAX, and You](introduction/readme/tutorial-wheels-ajax-and-you.md)
8+
* [Boxlang Support](introduction/readme/boxlang-support.md)
89
* [Frameworks and Wheels](introduction/frameworks-and-wheels.md)
910
* [Requirements](introduction/requirements.md)
1011
* [Manual Installation](introduction/manual-installation.md)
@@ -19,39 +20,29 @@
1920
* Core Commands
2021
* [wheels init](command-line-tools/commands/core/init.md)
2122
* [wheels info](command-line-tools/commands/core/info.md)
23+
* [wheels about](command-line-tools/commands/application-utilities/about.md)
2224
* [wheels reload](command-line-tools/commands/core/reload.md)
2325
* [wheels deps](command-line-tools/commands/core/deps.md)
2426
* [wheels destroy](command-line-tools/commands/core/destroy.md)
25-
* [wheels watch](command-line-tools/commands/core/watch.md)
2627
* Code Generation
2728
* [wheels generate app](command-line-tools/commands/generate/app.md)
2829
* [wheels generate app-wizard](command-line-tools/commands/generate/app-wizard.md)
2930
* [wheels generate controller](command-line-tools/commands/generate/controller.md)
3031
* [wheels generate model](command-line-tools/commands/generate/model.md)
3132
* [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)
3235
* [wheels generate property](command-line-tools/commands/generate/property.md)
3336
* [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)
3737
* [wheels generate test](command-line-tools/commands/generate/test.md)
3838
* [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)
4042
* Database Commands
41-
* [Database Management Overview](command-line-tools/commands/database/database-management.md)
4243
* Database Operations
4344
* [wheels db create](command-line-tools/commands/database/db-create.md)
4445
* [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)
5546
* Migration Commands
5647
* [wheels dbmigrate info](command-line-tools/commands/database/dbmigrate-info.md)
5748
* [wheels dbmigrate latest](command-line-tools/commands/database/dbmigrate-latest.md)
@@ -64,70 +55,50 @@
6455
* [wheels dbmigrate create column](command-line-tools/commands/database/dbmigrate-create-column.md)
6556
* [wheels dbmigrate remove table](command-line-tools/commands/database/dbmigrate-remove-table.md)
6657
* 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)
7560
* Environment Management
76-
* [wheels env](command-line-tools/commands/environment/env.md)
7761
* [wheels env setup](command-line-tools/commands/environment/env-setup.md)
7862
* [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)
7966
* [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)
9668
* Code Analysis
97-
* [wheels analyze](command-line-tools/commands/analysis/analyze.md)
9869
* [wheels analyze code](command-line-tools/commands/analysis/analyze-code.md)
9970
* [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)
11375
* Docker Commands
11476
* [wheels docker init](command-line-tools/commands/docker/docker-init.md)
77+
* [wheels docker build](command-line-tools/commands/docker/docker-build.md)
11578
* [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)
131102
* CLI Development Guides
132103
* [Configuration Management](command-line-tools/configuration.md)
133104
* [Creating Commands](command-line-tools/cli-guides/creating-commands.md)
@@ -143,7 +114,11 @@
143114
* [Switching Environments](working-with-wheels/switching-environments.md)
144115
* [Testing Your Application](working-with-wheels/testing-your-application.md)
145116
* [Using the Test Environment](working-with-wheels/using-the-test-environment.md)
117+
* [Overriding Core Methods](working-with-wheels/overriding-core-methods.md)
146118
* [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)
147122
* [Submitting Pull Requests](working-with-wheels/submitting-pull-requests.md)
148123
* [Documenting your Code](working-with-wheels/documenting-your-code.md)
149124

@@ -204,12 +179,8 @@
204179
* [Database Migrations](database-interaction-through-models/database-migrations/README.md)
205180
* [Migrations in Production](database-interaction-through-models/database-migrations/migrations-in-production.md)
206181
* [Using Multiple Data Sources](database-interaction-through-models/using-multiple-data-sources.md)
182+
* [Using SQLite](database-interaction-through-models/using-sqlite.md)
207183

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)
213184

214185
## Project Documentation
215186

@@ -221,3 +192,9 @@
221192
* [Issue Tracker](https://github.com/wheels-dev/wheels/issues)
222193
* [Sponsor Us](https://opencollective.com/wheels)
223194
* [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)

docs/3.0.0/guides/command-line-tools/cli-commands.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)