CLI command cannot complete due to hardcoded tenant _dep in basic-plan-members.json
- Dominant language
- JavaScript
- Stars
- 8
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Tenant name _dep is causing the CLI process for AJO Bootcamp to fail when run for different sandboxes.
The bug: In industry/telecom/standard/audiences/basic-plan-members.json, the segment's PQL expression hardcodes the tenant namespace as the literal string "_dep" (in both the expression.value PQL and the ansibleDataModel field id "profile._dep.plan.name"). But every schema field-group JSON in this repo uses a {tenantId} placeholder (e.g. plan-details.json) that gets swapped for the sandbox's real tenant ID at deploy time via getTenantId()
Contributor guide
Research direction
Start with industry/telecom/standard/audiences/basic-plan-members.json and compare its tenant references with plan-details.json. Read how getTenantId() substitutes {tenantId} during deployment, then verify the AJO Bootcamp CLI completes for sandboxes with different tenant IDs and both affected references resolve correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 88/100