ops ideOpenServerless Ide Development Utilities.
Usage: ide login [<username>] [<apihost>] [--local] [--pin] ide devel [--fast] [--dry-run] ide deploy [<action>|--packages|--web] [--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 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
--dry-run Simulates the execution without making any actual changes --packages Only deploy packages, skip web upload --web Only deploy web folder, skip packages --pin Save the current key in .env as AUTH_CHECK to verify deployments use that key --local Save the login as a local .wskprops instead of a global one --fast Skip the initial deployment step and go in incremental update mode
If you login with ops ide login it will read the .env and login using env vars OPS_USERNAME OPS_PASSWORD OPS_APIHOST
If you login with ops ide login <username> it will use, if not empty in preference:
OPS_<username>_USERNAME OPS_<username>_PASSWORD OPS_<username>_APIHOST
By default the credentials are stored in ~/.wskprops. If there is a local .wskprops in current directory it will used that instead.
If you specify --local or the variable OPS_LOCAL or ops OPS_<username>_LOCAL is not empty, credentials are stored in the local file. Also if you login and there is already a local file will be used the local instead of the global.
If you specify --pin, or the variable OPS_PIN or OPS_<username>_PIN, an AUTH_CHECK variable will be added to your .env to verify deployments use the same configurations of the login and not another by mistake.