Skip to main content

Genezio CLI

The genezio cli companion can be used to deploy your projects. You can run genezio on your machine or in your CI/CD pipeline.

Commands Summary

The genezio CLI tool supports the commands shown in the following table:

CommandDescription
genezio createCreate a new fullstack project from templates Learn more
genezio local --port <port>Runs a local environment with your project for testing purposes. Learn more
genezio deployDeploys your project to the genezio infrastructure. Learn more
genezio list [<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 sdkGenerates an SDK corresponding to a deployed project. Learn more
genezio accountDisplay information about the current account logged in. Learn more
genezio login <access-token>Authenticates with genezio platform to deploy your code. Learn more
genezio logoutLogout from genezio platform. Learn more
genezio help / genezio <command> --helpDisplays help for the CLI tool.