Skip to content

Commit cf255a8

Browse files
add commands for publish
1 parent e81fdd7 commit cf255a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/docs/components/cli.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,8 @@ $ oc publish <componentPath> [options]
265265
| `--password` | password used to authenticate when publishing to registry | |
266266
| `--username` | username used to authenticate when publishing to registry | |
267267
| `--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 |
268270

269271
#### Examples:
270272

0 commit comments

Comments
 (0)