Admin operationsMonitoring

Sync status

Check Team OS sync access and manifest state.

Select the correct Team, then use the manifest and effective access to confirm sync access.

npm run team -- clients
npm run team -- sync manifest --client acme

If the manifest is empty, check:

  • the Team is active;
  • the user selected the correct Team;
  • a Full access source is still active: Company Owner, Company grant, or direct Team role;
  • a Member has an active client grant;
  • the client slug is correct;
  • the API can read the workspace file data;
  • the files are not excluded by sync rules.

Company Owners, direct Team Owners and Team Admins, and Company Admins with Full access have implicit write access to all active clients in the Team. Members need an explicit read or write client grant.

For sync behavior, see Memory and file sync.

Next: Command Centre checks