You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allows callers to pre-populate tab metadata at creation time via
--meta key=value (repeatable), addressing the meta payload capability
requested in #3285. The new field is optional and additive; existing
call sites continue to work unchanged.
When `--workspace` is omitted, the tab is created in the workspace of the calling block. The new tab id is printed to stdout, making it easy to capture from scripts.
@@ -1142,6 +1142,7 @@ Flags:
1142
1142
- `-w, --workspace <id>` - target workspace id (defaults to the caller's workspace)
1143
1143
- `-n, --name <name>` - tab name (defaults to the next auto-generated name, e.g. `T3`)
1144
1144
- `--no-activate` - create the tab without switching focus to it
1145
+
- `--meta key=value` - set a metadata key on the new tab; may be repeated for multiple keys
0 commit comments