Comment on page
CLI Commands
genezio [COMMAND] [OPTIONS]
If you want to learn more about each genezio CLI command in your local environment, use
genezio help
or genezio [command] help
.Note: All the commands available in the genezio CLI are listed on this page. For detailed information about each of them, please go to their designated page.
Command | Text |
---|---|
genezio help / genezio <command> --help | Displays help for the CLI tool. |
genezio init
| |
genezio login <access-token> | |
genezio addClass <class-path> [<class-type>] | |
genezio local --port <port> | |
genezio deploy | |
genezio deploy --frontend | Only deploys the frontend of your project to the genezio infrastructure. |
genezio deploy --backend | Only deploys the backend of your project to the genezio infrastructure. |
genezio generateSdk | |
genezio ls [<identifier>] | Displays details of your projects. You can view them all at once or display a particular one by providing its name or ID. Learn more |
genezio delete [<project-id>] | Deletes the project described by the provided ID. If no ID is provided, lists all the projects and IDs. Learn more |
genezio account | |
genezio logout | |
npm update genezio -g |
Last modified 1mo ago