fix cli build

This commit is contained in:
Ruben Fiszel
2024-09-07 14:09:38 +02:00
parent ec697cf24a
commit 90868832f2
+3
View File
@@ -280,6 +280,7 @@ async function instancePull(opts: GlobalOptions & InstanceSyncOptions) {
await pull({
workspace: workspaceName,
token: undefined,
baseUrl: undefined,
includeGroups: true,
includeSchedules: true,
includeSettings: true,
@@ -434,6 +435,7 @@ async function instancePush(opts: GlobalOptions & InstanceSyncOptions) {
{
token: instance.token,
workspace: undefined,
baseUrl: undefined,
create: true,
createWorkspaceName: workspaceSettings.name,
createUsername: undefined,
@@ -451,6 +453,7 @@ async function instancePush(opts: GlobalOptions & InstanceSyncOptions) {
await push({
workspace: localWorkspace.name,
token: undefined,
baseUrl: undefined,
includeGroups: true,
includeSchedules: true,
includeSettings: true,