Skip to content

Commit 6e31880

Browse files
alberttwongahardin-rh
authored andcommitted
Update templates.adoc
fixing the oc export all command.
1 parent b29b93a commit 6e31880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev_guide/templates.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ template from there by adding parameters and other customizations. To export
646646
objects in a project in template form, run:
647647

648648
----
649-
$ oc export all --as-template=<template_name>
649+
$ oc export all --as-template=<template_name> > <template_filename>
650650
----
651651

652652
You can also substitute a particular resource type or multiple resources instead of `all`.

0 commit comments

Comments
 (0)