We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81fdd7 commit cf255a8Copy full SHA for cf255a8
website/docs/components/cli.md
@@ -265,6 +265,8 @@ $ oc publish <componentPath> [options]
265
| `--password` | password used to authenticate when publishing to registry | |
266
| `--username` | username used to authenticate when publishing to registry | |
267
| `--skipPackage` | to skip packaging step (useful if you publish at a different stage than packaging) | false |
268
+| `--registries` | alternative to pass a list of registries directly on the command instead of a json | |
269
+| `--dryRun` | Indicates that you don't want to publish the OC and only report if it's ready to | false |
270
271
#### Examples:
272
0 commit comments