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

We should add vagrant-spk unpack #274

Open
ocdtrekkie opened this issue Jul 22, 2020 · 4 comments
Open

We should add vagrant-spk unpack #274

ocdtrekkie opened this issue Jul 22, 2020 · 4 comments

Comments

@ocdtrekkie
Copy link
Collaborator

The spk unpack command mostly exists for Sandstorm itself to install an app. However, we should ensure that it is available to developers on Windows/Mac as well by supporting a vagrant-spk unpack command. A particular interest here is that a user may wish to grab old binaries out of an old SPK or may wish to swap out components of an existing SPK and repack it.

So we should ensure the flow of vagrant-spk unpack -> vagrant-spk vm up -> vagrant-spk dev -> vagrant-spk pack is a workable flow for this.

Related discussion sandstorm-io/sandstorm#3391 (comment)

@ocdtrekkie
Copy link
Collaborator Author

@zenhack confirmed a fear I had, that the build scripts are not included in the SPK.

I think we should fix that as part of this issue. Build scripts are super small and it would be good if the required information exists in an SPK to unpack it and then pack it again easily.

@zenhack
Copy link
Collaborator

zenhack commented Jul 22, 2020 via email

@ocdtrekkie
Copy link
Collaborator Author

I feel like if we have the .sandstorm folder we should have most of it for most apps? At minimum, it'll put one in a good position to know what they're missing. (Of course, the only scenario you likely need to hunt down someone and ask for what's missing is if it's a proprietary app.)

@zenhack
Copy link
Collaborator

zenhack commented Jul 22, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants