Updated the ID question in the CLI
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@trigger.dev/cli": patch
|
||||
---
|
||||
|
||||
Changed the text on the ID question
|
||||
@@ -167,10 +167,10 @@ export const promptEndpointSlug = async (path: string): Promise<string> => {
|
||||
type: "input",
|
||||
name: "endpointSlug",
|
||||
default: slugify(pathModule.basename(path)),
|
||||
message: "Enter a unique ID for your endpoint",
|
||||
message: "Enter an ID for this project",
|
||||
validate: (input) => {
|
||||
if (!input) {
|
||||
return "Please enter a unique ID for your endpoint";
|
||||
return "Please enter an ID for this project";
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user