Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boolean flags in ~/.lambo/config do not get applied. #183

Open
camya opened this issue Sep 13, 2022 · 2 comments
Open

Boolean flags in ~/.lambo/config do not get applied. #183

camya opened this issue Sep 13, 2022 · 2 comments
Assignees
Labels

Comments

@camya
Copy link

camya commented Sep 13, 2022

Boolean flags in ~/.lambo/config do not get applied. The affected flags are DEVELOP, CREATE_DATABASE, MIGRATE_DATABASE, LINK and SECURE.


Original description

It's strange, but lambo does not create & migrate the database, also its configured correctly (see CREATE_DATABASE=true in config file below). In the past, the database was created.

This command does not create a database: lambo new mydemo1 --breeze=blade

The database is only created if i add the option. lambo new mydemo2 --breeze=blade --create-db

My lambo config (System: Apple M1)

PROJECTPATH=
MESSAGE="Initial commit."
DEVELOP=true
CODEEDITOR=phpstorm
BROWSER="/Applications/Google Chrome.app"
LINK=true
SECURE=true
CREATE_DATABASE=true
MIGRATE_DATABASE=true
DB_HOST=127.0.0.1
DB_PORT=3306
DB_NAME=
DB_USERNAME=root
DB_PASSWORD=root
@jonsugar jonsugar self-assigned this Sep 14, 2022
@jonsugar jonsugar added the bug label Sep 14, 2022
@jonsugar jonsugar changed the title Database not created, although "CREATE_DATABASE=true" is set in lambo config. Boolean flags in ~/.lambo/config do not get applied. Sep 15, 2022
@mattstauffer
Copy link
Member

@jonsugar Is this something you have time to dig into? If not, I'll get on it this week.

@jonsugar
Copy link
Collaborator

jonsugar commented Aug 9, 2023

@mattstauffer,

@jonsugar Is this something you have time to dig into? If not, I'll get on it this week.

Yes, I'm looking at it today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants