Skip to content

Commit 48cdfb6

Browse files
fix: update sf nodes images upload to use id field from updated schema
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 47a636c commit 48cdfb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/nodes/image/upload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ const upload = new Command("upload")
399399

400400
const object = completeResponse.data;
401401
console.log(chalk.gray("\nNext steps:"));
402-
console.log(` sf nodes images show ${chalk.cyan(object.image_id)}`);
402+
console.log(` sf nodes images show ${chalk.cyan(object.id)}`);
403403
} catch (err) {
404404
// Clean up spinner timer
405405
if (spinnerTimer) {

0 commit comments

Comments
 (0)