From 632a0c55932d14a2074fcfa2ec2a585e41a19728 Mon Sep 17 00:00:00 2001 From: HugoCasa Date: Wed, 15 May 2024 11:49:47 +0200 Subject: [PATCH] fix(cli): add php support for the cli (#3735) --- cli/bootstrap/script_bootstrap.ts | 6 ++++++ cli/script.ts | 2 ++ cli/script_common.ts | 5 ++++- cli/sync.ts | 2 ++ cli/types.ts | 3 ++- openflow.openapi.yaml | 1 + 6 files changed, 17 insertions(+), 2 deletions(-) diff --git a/cli/bootstrap/script_bootstrap.ts b/cli/bootstrap/script_bootstrap.ts index 139b611af3..07d0f25fe2 100644 --- a/cli/bootstrap/script_bootstrap.ts +++ b/cli/bootstrap/script_bootstrap.ts @@ -78,4 +78,10 @@ func main() (interface{}, error) { `, powershell: `Write-Output "Hello world"`, + + php: `