-
Notifications
You must be signed in to change notification settings - Fork 17
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
issue on running cloudypad cli #13
Comments
Can you try to run
(will run with high verbosity) I'll try to run a VM with Linux Mint to reproduce, thanks for these details |
Should be fixed by #14 To explain a bit: Cloudy Pad creates a Docker image on-the-fly to run the CLI (this is temporary for MVP while i'm working on a better system), for this we need to ensure your local user matches the one in the container to avoid permission issues. This failed because I mistakenly used username instead of user ID at some place in the script. Normally you should have a got a nice error message, but another failsafe mechanism (bash -e flag) prevented that. Should be better now :) Do not hesitate if you have other issue, Cloudy Pad is still pretty new and experimental and there may be bugs like this. I'll make myself available to fix them ASAP. |
Tried to reinstall with the new update but it looks like I'm still having an issue . steps ran rm -rf ~/.cloudypad
curl -fsSL https://raw.githubusercontent.com/PierreBeucher/cloudypad/master/install.sh | sh
closed terminal and re-opened new terminal
cloudypad create -v 0 # no output was seen .
|
🤦 I didn't make a new release so the fix wasn't available sorry. Incoming. |
New release done. Can you try again? If you encounter another issue, open script at
To get more debug information. |
perfect, i'm able to get it running. appreciate you providing a fix so quickly. this is a really neat wrapper for multi-tools Separate question: |
Great ! Thanks for your encouragements, such feedbacks are greatly appreciated :) In short, (almost) everything runs in a container. For AWS |
I ran the curl command to install curl -fsSL https://raw.githubusercontent.com/PierreBeucher/cloudypad/master/install.sh | sh , but i do not see any values after running cloudypad create or cloudypad -v
It seems like the install.sh ran fine.
See below images.
The text was updated successfully, but these errors were encountered: