For the complete documentation index, see llms.txt. This page is also available as Markdown.

Workspace Importer

Firefly Workspace Importer is a lightweight, open-source CLI tool that bulk-imports existing Terraform repositories into Firefly as Workspaces and Projects. Rather than creating workspaces one at a time through the UI, teams onboarding a large number of repositories can point the importer at their VCS integration and let it scan every repository for Terraform directories, then create the matching Firefly Workspaces — and, optionally, a mirrored Project hierarchy — in a single run. Because the tool authenticates only to Firefly's API and reuses the VCS integration you've already configured in Firefly, no GitHub, GitLab, or Bitbucket credentials ever need to be shared with it. It supports a dry-run mode to preview exactly what will be created, an interactive review step before anything is written, and is safe to re-run as new repositories are added. The importer is distributed as a single-file Python script or a distroless Docker image, making it easy to run locally or as part of a CI pipeline during onboarding.

For setup instructions, configuration options, and troubleshooting, see the Workspace Importer repository on GitHub.

Last updated

Was this helpful?