File tree Expand file tree Collapse file tree 3 files changed +17
-17
lines changed
command-line-tools/commands/application-utilities Expand file tree Collapse file tree 3 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ component extends="base" {
9090
9191 // Helpful Links
9292 print .boldGreenLine (" Resources" );
93- print .cyanLine (" Documentation: https://wheels.dev/docs " );
94- print .cyanLine (" API Reference: https://wheels.dev/api" );
93+ print .cyanLine (" Documentation: https://wheels.dev/guides " );
94+ print .cyanLine (" API Reference: https://wheels.dev/api/v3.0.0 " );
9595 print .cyanLine (" GitHub: https://github.com/wheels-dev/wheels" );
9696 print .cyanLine (" Community: https://wheels.dev/community" );
9797 print .line ();
Original file line number Diff line number Diff line change 2020 * Core Commands
2121 * [ wheels init] ( command-line-tools/commands/core/init.md )
2222 * [ wheels info] ( command-line-tools/commands/core/info.md )
23+ * [ wheels about] ( command-line-tools/commands/application-utilities/about.md )
2324 * [ wheels reload] ( command-line-tools/commands/core/reload.md )
2425 * [ wheels deps] ( command-line-tools/commands/core/deps.md )
2526 * [ wheels destroy] ( command-line-tools/commands/core/destroy.md )
Original file line number Diff line number Diff line change @@ -26,41 +26,40 @@ wheels about
2626
2727Output:
2828```
29- \ \ / / | | |
30- \ \ /\ / /| |__ ___ ___| |___
29+ __ ___ _
30+ \ \ / / | | |
31+ \ \ /\ / /| |__ ___ ___| |___
3132 \ \/ \/ / | '_ \ / _ \/ _ \ / __|
3233 \ /\ / | | | | __/ __/ \__ \
3334 \/ \/ |_| |_|\___|\___|_|___/
3435
3536Wheels Framework
36- Version: 2.5 .0
37+ Version: 3.0 .0
3738
3839Wheels CLI
39- Version: 1 .0.0
40+ Version: 3 .0.0
4041 Location: /commandbox/modules/wheels-cli/
4142
4243Application
4344 Path: /Users/developer/myapp
44- Name: MyWheelsApp
4545 Environment: development
4646 Database: Configured
4747
4848Server Environment
49- CFML Engine: Lucee 5.4.1.8
50- Java Version: 11 .0.15
51- OS: macOS 13.0
49+ CFML Engine: Lucee 7.0.1+100
50+ Java Version: 17 .0.17
51+ OS: Mac OS X 15.7.3
5252 Architecture: x86_64
5353
5454CommandBox
55- Version: 5.9.0
56- Home: /Users/developer/.CommandBox
55+ Version: 6.3.1+00853
5756
5857Application Statistics
59- Controllers: 12
60- Models: 8
61- Views: 45
62- Tests: 23
63- Migrations: 15
58+ Controllers: 15
59+ Models: 7
60+ Views: 31
61+ Tests: 3
62+ Migrations: 9
6463
6564Resources
6665 Documentation: https://wheels.dev/guides
You can’t perform that action at this time.
0 commit comments