Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfaa7088

Browse files
mafredrikylecarbs
authored andcommitted
fix: Stop showing resources aftercoder create (#2155)
Fixes#1036
1 parentd36499d commitfaa7088

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

‎cli/create.go

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -242,19 +242,7 @@ func create() *cobra.Command {
242242
returnerr
243243
}
244244

245-
resources,err=client.WorkspaceResourcesByBuild(cmd.Context(),workspace.LatestBuild.ID)
246-
iferr!=nil {
247-
returnerr
248-
}
249-
250-
err=cliui.WorkspaceResources(cmd.OutOrStdout(),resources, cliui.WorkspaceResourcesOptions{
251-
WorkspaceName:workspaceName,
252-
})
253-
iferr!=nil {
254-
returnerr
255-
}
256-
257-
_,_=fmt.Fprintf(cmd.OutOrStdout(),"The %s workspace has been created!\n",cliui.Styles.Keyword.Render(workspace.Name))
245+
_,_=fmt.Fprintf(cmd.OutOrStdout(),"\nThe %s workspace has been created!\n",cliui.Styles.Keyword.Render(workspace.Name))
258246
returnnil
259247
},
260248
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp