Skip to content

Commit 68403f1

Browse files
feat(domain): add field updated_at for the CLI (#5388)
Co-authored-by: Jonathan Remy <jremy@scaleway.com>
1 parent 2d56d08 commit 68403f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/namespaces/domain/v2beta1/domain_cli.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,9 @@ You can filter records by type and name.`,
514514
{
515515
FieldName: "ID",
516516
},
517+
{
518+
FieldName: "UpdatedAt",
519+
},
517520
}},
518521
}
519522
}

0 commit comments

Comments
 (0)