We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cce317 commit 6d7c16dCopy full SHA for 6d7c16d
1 file changed
packages/apollo/src/commands/service/list.ts
@@ -70,9 +70,9 @@ function formatHumanReadable({
70
.filter(Boolean),
71
{
72
columns: [
73
- { key: "name", label: "Name" },
+ { key: "name", label: "name" },
74
{ key: "url", label: "URL" },
75
- { key: "updatedAt", label: "Last Updated At" }
+ { key: "updatedAt", label: "last updated" }
76
],
77
// The default `printLine` will output to the console; we want to capture the output so we can test
78
// it.
0 commit comments