ops ideOpenServerless Ide Development Utilities.
Usage: ide login [<username>] [<apihost>] [--pin] [--mode=<mode>] ide deploy [<action>|--packages|--web] [--dry-run] [--mode=<mode>] ide devel [--fast] [--dry-run] ide undeploy [<action>] [--dry-run] ide clean ide setup ide serve ide poll ide shell ide kill ide python ide nodejs ide devcontainer ide init
ide login login in openserverless
ide devel activate development mode
ide deploy deploy everything or just one action
ide undeploy undeploy actions and packages from the current project or just one action
ide clean clean the temporay files
ide setup setup the ide
ide serve serve web area
ide kill kill current devel or deploy job
ide poll poll for logs
ide shell start a shell with current env
ide devcontainer add a devcontainer configuration
ide python python subcommands
ide nodejs nodejs subcommands
ide init initialize executing all actions in the init package
--dry-run Simulates the execution without making any actual changes --packages Only deploy packages, skip web upload --web Only deploy web folder, skip packages --fast Skip the initial deployment step and go in incremental update mode --pin Pin the current auth in the .env to check you are not deploying on the wrong user --mode this will load from .env.<mode> after .env <username> Optional workspace binding; omit it for SSO device flow to use the authenticated identity