The openlayer push command is used to push the current local directory to the Openlayer project linked.

Usage

openlayer push

You can provide a message to the openlayer push command:

openlayer push --message=[commit message]

You can also wait for the results of the push with the --wait flag (default true).

openlayer push --wait=false