Transcend CLI

Official command line interface for Transcend, distributed on npm as @transcend-io/cli. Supports schema sync, transcend.yml-based data map definitions, and a wide range of platform operations. Defaults to the EU backend, with a flag to target the US backend.

API entry from apis.yml

apis.yml Raw ↑
aid: transcend-io:transcend-cli
name: Transcend CLI
description: Official command line interface for Transcend, distributed on npm as @transcend-io/cli. Supports
  schema sync, transcend.yml-based data map definitions, and a wide range of platform operations. Defaults
  to the EU backend, with a flag to target the US backend.
humanURL: https://github.com/transcend-io/cli
tags:
- CLI
- npm
- Configuration
- Data Map
properties:
- type: SourceCode
  url: https://github.com/transcend-io/cli
- type: PackageManager
  url: https://www.npmjs.com/package/@transcend-io/cli
- type: Documentation
  url: https://docs.transcend.io/docs/api-reference
features:
- name: transcend.yml Sync
  description: Define data silos, integrations, and other config in YAML and sync back to the admin dashboard.
- name: Schema Sync
  description: Sync data schemas between source systems and the Transcend data inventory.
- name: Multi-Region Support
  description: Target the EU or US backend via the transcendUrl flag.
useCases:
- name: CI/CD Privacy Configuration
  description: Apply Transcend configuration as part of CI/CD pipelines using the CLI.
- name: Bulk Operations
  description: Run bulk admin operations against the Transcend platform from scripts.
integrations:
- name: GitHub Actions
- name: GitLab CI
- name: npm
authentication:
- type: API Key
  description: API key passed via environment variable or flag to authenticate CLI calls.