📄️ 🖥️ env
This command changes the name of the environment to one of your choosing e.g. prod OR stage.
📄️ 🌱 function
Function commands allow you to create and manage your functions, run them locally before pushing to GreenCloud, deploy your functions to GreenCloud, list all your tasks and fetch the results of a task.
📄️ 📄 info
This command will return your GreenCloud ID, the account you are logged into and your server information.
📄️ 🔓 login
Use this command to allow you to interact with the GreenCloud API. You will need your API Key which is in your GreenCloud Account section to be able to login.
📄️ 🔒 logout
This command clears your access token from the system. You will be prompted that you are sure about logging out.
📄️ 📡 node
These commands allow you to add nodes to your GreenCloud account and manage your node settings.
📄️ 📢 status
This command will give you more detailed information about the status of any functions that are running locally on your machine before pushing them into the cloud.
📄️ 🌍 update
This is another very nice feature of GreenCloud. We work hard to maintain the integrity of the GreenCloud system. As such we will check the version of the CLI that is interacting with the API and will stop out of date CLI's from interacting with the API. Run this command of Windows and it will direct you to where you can download the latest version. Make sure to then move it to the correct folder. Run this command on Linux or macOS and it will automatically download the latest version and have it ready for use once it has completed. Nice 😎