Provisioner: Env-Aware Export & Import
Open
@elias-ba is already working on this.
Since Sep 24, 2025.
sandboxes and sync
- Dominant language
- Elixir
- Stars
- 296
- Forks
- 86
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 50
Description
Description
Provisioner should support env-aware exports and optional inline bodies for dev.
Tasks
-
Default behavior unchanged: return UUIDs only.
-
New query params:
-
environment=<string>→ filter lookups. -
inline=none|dev-only(defaultnone):none: UUIDs only.dev-only: inline body/props only ifcredential_bodies.visibility = :dev_inlineand env ≠main|prod.
-
-
Add
visibilitycolumn tocredential_bodies::private(default) |:dev_inline. -
Response:
- Add
env: <string>at top-level. - Include
problems: [...]for missing bodies.
- Add
-
CLI:
- Respect inline when present, otherwise fetch by UUID.
Acceptance Criteria
- Default unchanged (UUIDs only).
environment=stagingfetches correct variants.inline=dev-onlyworks only for:dev_inline+ non-prod envs.- Missing bodies appear in
problems.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.