Add "spin cli" command #20
jaydrogers
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
👉 Describe the problem
composer
, but the project does not havespin
configured or anything Docker relatedcomposer install
:docker run --rm -v $(pwd):/var/www/html serversideup/php:8.1-cli composer install
👥 Problem evidence & reach
Users getting started with Spin or users dealing a lot with new projects may have this problem.
🥰 Describe the "impact" on users?
Solving this will make users less frustrated when dealing with new
🏆 How to solve this problem
Add a
spin cli
commandThis would be a command that would use our standardized docker images to get started.
For example:
This command:
Would basically run:
Breaking the command down:
The above command will allow users to quickly run common tasks from trusted images without the headache of configuring environments or installing versions manually on their computer.
💯 How do we validate the problem is solved?
spin cli
is added and documentedBeta Was this translation helpful? Give feedback.
All reactions