Oc new-app

From NovaOrdis Knowledge Base
Revision as of 00:38, 26 November 2017 by Ovidiu (talk | contribs) (→‎-l, --labels)
Jump to navigation Jump to search

Internal

Overview

new-app is a command that generates a JSON/YAML configuration. For more details see:

Application Operations

Options

-l, --labels

To set a single label on all objects of the new application:

oc new-app -l 'key1=value1' ...

To set multiple labels:

oc new-app -l 'key1=value1,key2=value2,key3=value3' ...

Do not use spaces within the -l '...'