CLI Commands
Usage
genezio [-v | --version] [-h | --help] <command> [<args>]
Available Commands
If you want to learn more about each genezio
command , use genezio help
or genezio [command] help
.
info
Note: All the commands available to use genezio
are listed on this page. For detailed information about each of them, please go to their designated page.
Below you can see a list of the most useful commands:
Command | Text |
---|---|
genezio | Context aware, interactive command that simplifies project management. Learn more |
genezio local [--port <port>] | Test a project in a local environment. Learn more |
genezio deploy | Deploy a project to the cloud. Learn more |
genezio deploy --frontend | Deploy the frontend to the genezio cloud. Learn more |
genezio deploy --backend | Deploy the backend to the genezio cloud. Learn more |
genezio create | Create a new starter project, in an interactive way. Learn more |
genezio sdk | Generate an SDK for a deployed or local project. Learn more |
genezio ls | List details on deployed projects Learn more |
genezio delete [<project-id>] | Delete a deployed project. Learn more |
genezio login | Login to the genezio platform Learn more |
genezio logout | Logout from genezio platform. Learn more |
npm update genezio -g | Install the latest version of genezio. Learn more |
genezio help / genezio <command> --help | Displays help for the CLI tool. |