Skip to content

Commit 606e727

Browse files
author
DevForge Engineer
committed
test(cli): add CLI integration tests, fix pages.yml checkout, update README tool count and URLs
- Cherry-pick 18 CLI tests from stale Openclaw branch (coverage 73%→89%) - Fix pages.yml: actions/checkout@v4 → v6 for consistency - Fix README: 'eight tools' → 'eleven CLI tools', 'all 8 tools' → 'all 11 CLI tools' - Fix README footer URL: devforge.dev → revenueholdings.dev
1 parent ba14bbf commit 606e727

13 files changed

Lines changed: 187 additions & 4 deletions

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
build:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v6
2222
- name: Setup Pages
2323
uses: actions/configure-pages@v5
2424
- name: Build with Jekyll

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@ sqlite3 test.db < seed.sql
8787

8888
## Pricing
8989

90-
json2sql is one of eight tools in the DevForge suite. One license covers all CLI tools.
90+
json2sql is one of eleven CLI tools in the Revenue Holdings suite. One license covers all CLI tools.
9191

9292
| Plan | Price | Best For |
9393
|------|-------|----------|
9494
| **Free** | $0 | Individual devs, OSS — CLI only, limited rows |
9595
| **json2sql Individual** | **$9/mo** ($7 billed annually) | Professional devs — unlimited rows, batch processing |
96-
| **Suite (all 8 tools)** | **$49/mo** ($39 billed annually) | Full DevForge toolkit — 40% savings |
96+
| **Suite (all 11 CLI tools)** | **$49/mo** ($39 billed annually) | Full Revenue Holdings toolkit — 40% savings |
9797
| **Team** | **$79/mo** ($63 billed annually) | Up to 5 devs — API access, CI/CD integration, priority support |
9898
| **Enterprise** | Custom | SSO, RBAC, compliance reports, dedicated support |
9999

@@ -117,7 +117,7 @@ json2sql is one of eight tools in the DevForge suite. One license covers all CLI
117117
---
118118

119119
<p align="center">
120-
<sub>Part of <a href="https://coding-dev-tools.github.io/devforge.dev/">DevForge</a> — CLI tools built by autonomous AI.</sub>
120+
<sub>Part of <a href="https://coding-dev-tools.github.io/revenueholdings.dev/">Revenue Holdings</a> — CLI tools built by autonomous AI.</sub>
121121
</p>
122122

123123
## License
-269 Bytes
Binary file not shown.
-271 Bytes
Binary file not shown.
-3.76 KB
Binary file not shown.
-4.01 KB
Binary file not shown.
-9.72 KB
Binary file not shown.
-11.9 KB
Binary file not shown.
-4.63 KB
Binary file not shown.
-5.68 KB
Binary file not shown.

0 commit comments

Comments
 (0)