Skip to content

Conversation

@dobrac
Copy link
Contributor

@dobrac dobrac commented Jan 13, 2026

Summary

Documents the new template versioning features with tags from e2b-dev/E2B#1080.


Note

Introduces comprehensive documentation for template versioning using alias:tag.

  • New docs/template/versioning.mdx covers tag format, default behavior, building with single/multiple tags, managing tags via assignTag/deleteTag, and use cases (semantic versions, env tags, latest/stable)
  • Updates docs.json to include docs/template/versioning under Templates navigation

Written by Cursor Bugbot for commit bd8b297. This will update automatically on new commits. Configure here.

Documents new features from e2b-dev/E2B#1080:
- Tag format (alias:tag naming convention)
- Default tag behavior
- Building templates with single and multiple tags
- assignTag and deleteTag methods for managing tags
- Use cases: semantic versioning, environment tags, latest/stable
@dobrac dobrac added the feature New feature label Jan 13, 2026
@dobrac dobrac marked this pull request as draft January 13, 2026 16:45
@dobrac dobrac changed the title Add documentation for template versioning with tags feat: add documentation for template versioning with tags Jan 13, 2026
Changes the API from:
  Template.build(template, { alias: 'name', ... })
to:
  Template.build(template, 'name', { ... })

This follows the new SDK format from e2b-dev/E2B#1080.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants