diff --git a/src/Main/CLI/Commands/UpsertCommand.cs b/src/Main/CLI/Commands/UpsertCommand.cs index b039a2c1d..2e7f13b1d 100644 --- a/src/Main/CLI/Commands/UpsertCommand.cs +++ b/src/Main/CLI/Commands/UpsertCommand.cs @@ -108,6 +108,7 @@ public override async Task ExecuteAsync( formatter.Format(new { id = result.Id, + node = node.Id, completed = result.Completed, queued = result.Queued, error = string.IsNullOrEmpty(result.Error) ? null : result.Error