Import Module Sources

Bulk import module source configurations from JSON or CSV

1.upload
2.validate
3.preview
4.commit

Upload Configuration File

Upload a JSON file matching the module-sources.json format, or a CSV with columns: name, repo_url, cloud, service, branch, path

Drop your file here or click to browse

Supports .json and .csv files

Expected JSON format:

{
  "sources": [
    {
      "name": "AZURE Aks",
      "repo_url": "https://bitbucket.org/org/module-aks.git",
      "cloud": "azure",
      "service": "aks",
      "ref_strategy": "branch",
      "ref": "dev",
      "path": "/"
    }
  ]
}