Skip to content

Commit 4a102fc

Browse files
committed
commit: update wheels about command
1 parent 843805d commit 4a102fc

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

cli/src/commands/wheels/about.cfc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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();

docs/src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
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)

docs/src/command-line-tools/commands/application-utilities/about.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,41 +26,40 @@ wheels about
2626

2727
Output:
2828
```
29-
\ \ / / | | |
30-
\ \ /\ / /| |__ ___ ___| |___
29+
__ ___ _
30+
\ \ / / | | |
31+
\ \ /\ / /| |__ ___ ___| |___
3132
\ \/ \/ / | '_ \ / _ \/ _ \ / __|
3233
\ /\ / | | | | __/ __/ \__ \
3334
\/ \/ |_| |_|\___|\___|_|___/
3435
3536
Wheels Framework
36-
Version: 2.5.0
37+
Version: 3.0.0
3738
3839
Wheels CLI
39-
Version: 1.0.0
40+
Version: 3.0.0
4041
Location: /commandbox/modules/wheels-cli/
4142
4243
Application
4344
Path: /Users/developer/myapp
44-
Name: MyWheelsApp
4545
Environment: development
4646
Database: Configured
4747
4848
Server 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
5454
CommandBox
55-
Version: 5.9.0
56-
Home: /Users/developer/.CommandBox
55+
Version: 6.3.1+00853
5756
5857
Application 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
6564
Resources
6665
Documentation: https://wheels.dev/guides

0 commit comments

Comments
 (0)