You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Instance ${linked.instance_id} was not found in project ${linked.project_id} in organization ${linked.org_id}, or is not accessible with the current token.`
53
-
);
54
-
}
55
-
56
-
return{ instanceConfig, linked };
57
-
}
58
-
59
-
if(!orgId||!projectId){
60
-
thrownewError('Project validation requires both an organization ID and a project ID.');
`Instance ${linked.instance_id} was not found in project ${linked.project_id} in organization ${linked.org_id}, or is not accessible with the current token.`
this.log(`Wrote ${ux.colorize('blue',syncOutputName)} with sync config from the cloud.`);
193
189
}elseif(!fetched.syncRules&&!syncExists){
194
-
// If there is no sync config in the cloud and no existing sync config locally, we should still create an empty sync-config.yaml with the correct header and schema reference
0 commit comments