Odin -h
You can use odin -h
to list possible commands and options required.
Odin commands follow below pattern
odin ACTION ENTITY options
You can run help command at various levels
odin ACTION -h
odin ACTION ENTITY -h
Examples of ACTION
are
list
create
deploy
delete
undeploy
describe
label
release
status
update
Examples of ENTITY
are
env
service
component-type
service-set
Sample commands
odin list service
odin create env
odin deploy service
odin describe component-type
Last updated