Skip to content

global service is unsuport  #1480

@dxinli

Description

@dxinli

Current Behavior (bug)
i add global mysql , but i can not using devbox global service up in a devbox project,as before, global package is available

Expected Behavior (fix)
This command replicates the subcommands for [devbox services] but for your global packages,otherwise ,is not

Additional context
version is 0.5.13
global package devbox.json :
{
"packages": [
"redis@latest",
"postgresql@latest",
"mysql80@latest"
],
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
],
"scripts": {
"test": [
"echo "Error: no test specified" && exit 1"
]
}
}
}

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

Status

Merged

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions