📄️ Account
To use GreenCloud you must have successfully registered for an account. Upon activation, you will be given a free quota to get you started and may upgrade when you are ready.
📄️ Debugging a Function
Often there are times where it is essential to see the step by step calls in a GreenCloud function. Being able to attach a debugger to your code is a very useful feature of software development. GreenCloud functions are easy to debug and we will show you how.
🗃️ The Mighty CLI!
7 items
📄️ What software languages does GreenCloud support?
GreenCloud supports the following languages at the time of writing:
📄️ How do I update my GreenCloud CLI to the latest version?
On Linux and Mac OS based systems we have a really simple method to update the CLI to the latest, just run the command
📄️ I get this error....
Below you will find the most common mistakes, with their solutions!
📄️ Dashboard Created Functions
If you have used the web site to create a function and you now want to work on that function, it's easy and this guide will show you how.
📄️ How do I pass parameters to a GreenCloud function ?
It's nice to have low carbon functions like those offered by GreenCloud however the real power of them comes from being able to pass information to them. In GreenCloud we have two methods for passing information into a function :-
📄️ 💾 Storing files in GreenCloud
How does it work?