2026-06-18 16:15:29 +00:00
|
|
|
#!/usr/bin/env php
|
|
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
/* Copyright (C) 2026 Moko Consulting <hello@mokoconsulting.tech>
|
|
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
|
*
|
|
|
|
|
* FILE INFORMATION
|
|
|
|
|
* DEFGROUP: moko-platform.CLI
|
|
|
|
|
* INGROUP: moko-platform
|
|
|
|
|
* REPO: https://git.mokoconsulting.tech/MokoConsulting/moko-platform
|
|
|
|
|
* PATH: /cli/workflow_sync.php
|
|
|
|
|
* VERSION: 09.30.00
|
|
|
|
|
* BRIEF: Sync workflows from Generic → platform templates → live repos based on manifest.platform
|
|
|
|
|
*/
|