Command: cesapp push
The cesapp push <doguname>
command pushes a dogu into the registry stored in dogu.json
. The namespace can be
directly configured using the name
field.
Manpage
NAME:
cesapp push - build a ces application and push it to the remote servers
USAGE:
cesapp push [command options] [arguments...]
OPTIONS:
--skip-image skip image build and push (default: false)
--skip-build skip image build (default: false)
--overwrite overwrite existing dogu version, this will only work if the server accepts overwrites (default: false)
--accept-different-image-name allows to push dogus where the image tag is not in the default format '<registry>/<name-tag>' (default: false)
--help, -h show help (default: false)