-
Notifications
You must be signed in to change notification settings - Fork 0
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
Spin up IPFS as part of the CLI's dev command #13
Comments
Thanks @avivash -- yeah, we may as well, then it's the one path install route. In case it's useful to look at what the original CLI does --> https://github.com/fission-codes/fission/tree/main/fission-cli |
nice, thanks! |
I've added this now and I think I've caught most of the edge cases, but I haven't tested on Windows yet... it should still work on Windows, but the one issue that might happen on Windows is if the user already has IPFS running then they try to change the IPFS port when starting up the |
Okay, I've added a workaround that should handle the situation I described above in Windows. The only thing is I don't have a way to test it 😅 |
Sweet, Andy! How can I test a run through on Mac? |
you'll just need to update the CLI, start it up and it will spin up IPFS for you. if you have IPFS running somewhere else already, it will stop that instance automatically because it needs to add either the IPFS port from EveryCLI's default homestar.toml or the one specified in your custom |
Boris and I were chatting about installing/starting the IPFS daemon as part of the CLI for now, since we will be using IPFS for at least a little bit longer and it's the only thing we don't currently do for the user
The text was updated successfully, but these errors were encountered: