We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68022b2 commit 55a610aCopy full SHA for 55a610a
pkg/cmd/init.go
@@ -209,7 +209,7 @@ func handleInit(ctx context.Context, cmd *cli.Command) error {
209
}
210
211
params := stainless.ProjectNewParams{}
212
- res, err := cc.client.Projects.New(
+ _, err := cc.client.Projects.New(
213
ctx,
214
params,
215
option.WithMiddleware(cc.AsMiddleware()),
@@ -218,7 +218,6 @@ func handleInit(ctx context.Context, cmd *cli.Command) error {
218
return err
219
220
group.Success("Project created successfully")
221
- fmt.Printf("%s\n", ColorizeJSON(res.RawJSON(), os.Stdout))
222
223
var config WorkspaceConfig
224
{
0 commit comments