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

Running some Spin commands from project subdirectories #2828

Open
karthik2804 opened this issue Sep 12, 2024 · 1 comment · May be fixed by #2845
Open

Running some Spin commands from project subdirectories #2828

karthik2804 opened this issue Sep 12, 2024 · 1 comment · May be fixed by #2845

Comments

@karthik2804
Copy link
Contributor

It would be nice to be able to run commands like spin build and spin up from project sub-directories similar to how git works.

@lann
Copy link
Collaborator

lann commented Sep 12, 2024

To be explicit, this would search for ./spin.toml, ../spin.toml, ../../spin.toml, etc. by default (when no --from is given).

Seems pretty reasonable to me. Probably worth printing a message like Using spin manifest from "../../spin.toml" when this applies.

@itowlson itowlson linked a pull request Sep 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants