OpenStackClient commands all have a set of zero or more options unique to the command, however there are of course ways in which these options are common and consistent across all of the commands that ...
openstack stack create -t heat-template.yaml teststack --insecure openstack stack list --insecure openstack stack event list teststack --insecure openstack stack update teststack -t heat-template.yaml ...