-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
@agentuity/cliCLI packageCLI package
Description
Doesn't happen all the time, but every now and then I get stuck when trying to create a new project in the CLI.
Example:
┌ ⨺ Create Agentuity Project
│
◇ What is the name of your project?
│ test-login
│
ℹ 🔧 Setting up test-login...
$ bun install
bun install v1.3.4 (5eb2145b)
Resolving dependenciesIf I terminate the command (Command + C) and try again, it does seem to work, but shows the old project was created locally:
┌ ⨺ Create Agentuity Project
│
◇ What is the name of your project?
│ test-login
│
⚠ Directory /Users/user/test-login already exists and is not empty.
│
◇ Delete and overwrite the directory?
│ Yes
│
✓ Deleted /Users/user/test-login
◇ Create SQL Database?
│ Skip or Setup later
│
◇ Create Storage Bucket?
│ Skip or Setup later
│
◇ Setup custom DNS?
│
│
✓ ✨ Project created successfully!?The project only shows up in the Web App (https://app-v1.agentuity.com/projects) after it's created successfully, as expected. But, I see a weird lingering ? after "Project created successfully!" which shouldn't be there.
Metadata
Metadata
Assignees
Labels
@agentuity/cliCLI packageCLI package