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
Collapse the shared images factory back to a zero-arg function:
- always alias `os` and reference `sf images` in help/next-steps text
- always print the envelope shape for `list --json`
- delete the unused `sf nodes image` wrapper
BREAKING CHANGE: `sf nodes images list --json` and `sf vm images list --json`
now print the envelope object instead of a bare array. Scripts using
`... --json | jq '.[]'` need to switch to `... | jq '.data[]'`.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments