Skip to content

Commit f22defd

Browse files
stainless-app[bot]yjp20
authored andcommitted
feat(api): resources and methods now use kebab-case instead of snake_case
1 parent ead4413 commit f22defd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ stl builds create --branch <branch>`,
110110
},
111111

112112
{
113-
Name: "builds:target_outputs",
113+
Name: "builds:target-outputs",
114114
Category: "API RESOURCE",
115115
Commands: []*cli.Command{
116116
&buildsTargetOutputsRetrieve,

0 commit comments

Comments
 (0)