https://linen.dev logo
--name alternative?
# help
m
I want to deploy a project, but the name doesn't match my crate name (which is
server
). Do I have to add
--name
each time, or is there a way to store the project name somewhere ? Thanks
a
you can create a Shuttle.toml file at the project's root dir and then use
name="<name-here>"
to make your project name - hope this helps 🙂
(if your cwd isn't the project root though you'll have to add the --name flag)
m
@agreeable-painting-48846 Great ! It would be nice to add that to the docs 🙂
a
I'll make a PR soonish if nobody else gets on it
4 Views