Skip to content

docs: warn about variable reference CLI bug and template DNS limitation#40

Open
Raymondhou0917 wants to merge 1 commit intozeabur:mainfrom
Raymondhou0917:fix/docs-variable-refs-dns-template
Open

docs: warn about variable reference CLI bug and template DNS limitation#40
Raymondhou0917 wants to merge 1 commit intozeabur:mainfrom
Raymondhou0917:fix/docs-variable-refs-dns-template

Conversation

@Raymondhou0917
Copy link
Copy Markdown

Summary

Adds documentation warnings for two issues discovered during real-world usage:

Changes

  • skills/zeabur-variables/SKILL.md — expanded Variable References section with warning and recommended approach
  • skills/zeabur-template-deploy/SKILL.md — added Known Limitations section (DNS, YAML schema) and updated Common Issues table

Closes #39

…mitation

- zeabur-variables: warn that `-k` flag cannot reliably handle `${}` values
  due to Cobra StringToStringVar parser (ref: zeabur/cli#201). Recommend
  Dashboard or GraphQL API for cross-service variable references.

- zeabur-template-deploy: document that custom PREBUILT template YAML
  services may not get internal DNS registration (ref: zeabur/cli#204).
  Recommend marketplace code (`-c`) for database services. Also add
  `spec` nesting requirement with correct/incorrect YAML examples.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Skills documentation gaps: variable references, internal DNS limitation, marketplace deploy

1 participant