Oc new-app: Difference between revisions
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
new-app is a command that generates a JSON/YAML configuration. For more details see: {{Internal|OpenShift Application Operations#Overview|Application Operations}} | new-app is a command that generates a JSON/YAML configuration. For more details see: {{Internal|OpenShift Application Operations#Overview|Application Operations}} | ||
=Options= | |||
==-l, --labels== | |||
Label to set in all resources for this application. | |||
oc new-app -l 'app=myapp' -l 'something=somethingelse' ... |
Revision as of 00:18, 26 November 2017
Internal
Overview
new-app is a command that generates a JSON/YAML configuration. For more details see:
Options
-l, --labels
Label to set in all resources for this application.
oc new-app -l 'app=myapp' -l 'something=somethingelse' ...