Public Access
docs: update all references to MokoConsulting org and Gitea URLs
- mokoconsulting-tech → MokoConsulting across all docs - github.com → git.mokoconsulting.tech - CLI examples updated with new org name Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -8,7 +8,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
||||
# FILE INFORMATION
|
||||
DEFGROUP: MokoStandards.Documentation.API
|
||||
INGROUP: MokoStandards.Documentation
|
||||
REPO: https://git.mokoconsulting.tech/mokoconsulting-tech/MokoStandards-API
|
||||
REPO: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API
|
||||
PATH: /docs/api/validate/index.md
|
||||
VERSION: 04.06.00
|
||||
BRIEF: API reference for all validation scripts in api/validate/
|
||||
@@ -233,9 +233,9 @@ Scans multiple repositories in a GitHub organization for divergence from
|
||||
MokoStandards templates. Can create GitHub issues in drifted repos.
|
||||
|
||||
```bash
|
||||
php api/validate/scan_drift.php --org mokoconsulting-tech
|
||||
php api/validate/scan_drift.php --org mokoconsulting-tech --type dolibarr --json
|
||||
php api/validate/scan_drift.php --org mokoconsulting-tech --create-issues --threshold 20
|
||||
php api/validate/scan_drift.php --org MokoConsulting
|
||||
php api/validate/scan_drift.php --org MokoConsulting --type dolibarr --json
|
||||
php api/validate/scan_drift.php --org MokoConsulting --create-issues --threshold 20
|
||||
```
|
||||
|
||||
| Option | Description |
|
||||
@@ -267,7 +267,7 @@ php api/validate/check_composer_deps.php --all --json
|
||||
| `--repo <name>` | Check a single repository |
|
||||
| `--all` | Check all governed repos |
|
||||
| `--json` | Machine-readable JSON output |
|
||||
| `--org <name>` | GitHub organization (default: `mokoconsulting-tech`) |
|
||||
| `--org <name>` | GitHub organization (default: `MokoConsulting`) |
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user