407f330de9
Adds publish/unpublish commands to the CLI to allow changing the visibility of templates. Publishing a template makes it visible to other teams using E2B, while setting it private (default) only makes it visible within your own team. example usage: ``` e2b template publish <template> ``` ``` e2b template unpublish <template> ```