Skip to content

Commit f54d0d4

Browse files
committed
review: update copy text
1 parent 4db2ecd commit f54d0d4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmd/create.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ func runCreateApp(cmd *cobra.Command, args []string) error {
7676
kernel login # or: export KERNEL_API_KEY=<YOUR_API_KEY>
7777
kernel deploy index.ts
7878
kernel invoke ts-basic get-page-title --payload '{"url": "https://www.google.com"}'
79-
# Do this in a separate tab
80-
kernel login # or: export KERNEL_API_KEY=<YOUR_API_KEY>
81-
kernel logs ts-basic --follow
8279
`, appName)
8380

8481
pterm.Success.Println("🎉 Kernel app created successfully!")

0 commit comments

Comments
 (0)