Skip to content

Commit

Permalink
create: update instructions for bundle/deploy/upload
Browse files Browse the repository at this point in the history
  • Loading branch information
matslina committed Sep 25, 2023
1 parent 6095820 commit 439fc06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/private/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ var CreateCmd = &cobra.Command{

fmt.Println("")
fmt.Println("To deploy your app:")
fmt.Printf("\tpixlet bundle ./\n")
fmt.Printf("\tpixlet upload bundle.tar.gz --app %s --version v0.0.1\n", app.ID)
fmt.Printf("\tpixlet deploy --app %s --version v0.0.1\n", app.ID)
fmt.Printf("\tpixlet private bundle ./\n")
fmt.Printf("\tpixlet private upload bundle.tar.gz --app %s --version v0.0.1\n", app.ID)
fmt.Printf("\tpixlet private deploy --app %s --version v0.0.1\n", app.ID)

return nil
},
Expand Down

0 comments on commit 439fc06

Please sign in to comment.