Commit 87776f2
committed
feat(nodes): add feature-flag-gated --enable-infiniband to
Convert `create` to a `createCreateCommand({ enableInfiniband })` factory
so the call site can thread in the result of the `infiniband-preview`
feature-flag check. When the flag is enabled for the caller's account,
the option is mounted on `sf nodes create` and forwards
`_preview_enable_infiniband: true` to the nodes SDK. When the flag is
disabled, the surface is unchanged.sf nodes create
1 parent d7ebf2b commit 87776f2
3 files changed
Lines changed: 387 additions & 358 deletions
0 commit comments