File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ To enable revisions for an app, do the following:
57
57
1. Get the GUID of the app:
58
58
59
59
```
60
- cf APP-NAME --guid
60
+ cf app APP-NAME --guid
61
61
```
62
62
63
63
1. Run the following command:
@@ -78,7 +78,7 @@ To list revisions for an app, do the following:
78
78
1. Get the GUID of the app:
79
79
80
80
```
81
- cf APP-NAME --guid
81
+ cf app APP-NAME --guid
82
82
```
83
83
84
84
1. Run the following command:
@@ -96,7 +96,7 @@ Deployed revisions are revisions linked to started processes in an app. To list
96
96
1. Get the GUID of the app:
97
97
98
98
```
99
- cf APP-NAME --guid
99
+ cf app APP-NAME --guid
100
100
```
101
101
102
102
1. Run the following command:
@@ -124,15 +124,15 @@ To roll back to a previous revision, do the following:
124
124
1. Get the GUID of the app:
125
125
126
126
```
127
- cf APP-NAME --guid
127
+ cf app APP-NAME --guid
128
128
```
129
129
130
130
1. Get the GUID of the revision. See [View Revisions](#view).
131
131
132
132
1. Create a deployment using CAPI:
133
133
134
134
```
135
- cf curl v3/deployments" \
135
+ cf curl v3/deployments \
136
136
-X POST \
137
137
-d '{
138
138
"revision": {
@@ -157,4 +157,4 @@ To roll back to a previous revision, do the following:
157
157
To add metadata to a revision, follow the steps to [Add Metadata to an Object](../adminguide/metadata.html).
158
158
<% else %>
159
159
To add metadata to a revision, follow the steps to [Add Metadata to an Object](https://docs.cloudfoundry.org/adminguide/metadata.html).
160
- <% end %>
160
+ <% end %>
You can’t perform that action at this time.
0 commit comments