Skip to content

Commit

Permalink
chore(docs): Updated description for init successful
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenalexander-em committed May 13, 2024
1 parent a691e79 commit 2551e43
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions cli/cmd/initialize/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,14 @@ func setPython(a *tool.Tool) {

func printSuccess(a app.App) {
fmt.Printf(`
🥳 The app has been initialized! 🎉"
💾 The information you entered is now stored in "numerous.toml".
🔍 The App ID %q is stored in %q,
and is used to identify the app in commands which manage it.
❌ If %q is removed the CLI cannot identify your app, so make
sure not to delete it!
💡 If you are logged in, you can use "numerous list" to find the
App ID again.
The app has been initialized! 🎉"
The information you entered is now stored in "numerous.toml".
The App ID %q is stored in %q and is used to identify the app in commands which manage it.
If %q is removed, the CLI cannot identify your app.
If you are logged in, you can use `numerous list` to find the App ID again.
`, a.ID, tool.AppIDFileName, tool.AppIDFileName)
}

Expand Down

0 comments on commit 2551e43

Please sign in to comment.