Skip to content

Commit

Permalink
Update templates.adoc
Browse files Browse the repository at this point in the history
fixing the oc export all command.
  • Loading branch information
alberttwong authored and ahardin-rh committed Dec 22, 2016
1 parent b29b93a commit 6e31880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_guide/templates.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ template from there by adding parameters and other customizations. To export
objects in a project in template form, run:

----
$ oc export all --as-template=<template_name>
$ oc export all --as-template=<template_name> > <template_filename>
----

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

0 comments on commit 6e31880

Please sign in to comment.