We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ab101e + 7e3d527 commit 25bd7caCopy full SHA for 25bd7ca
1 file changed
manifest_template.yml
@@ -0,0 +1,32 @@
1
+## Manifest template ##
2
+# To view the expanded version of this template locally, clone api-management-utils
3
+#
4
+# $ cd /path/to/local/api-management-utils/ansible
5
+# $ DIST_DIR=/path/to/this/repo make template-manifest
6
7
8
+APIGEE_ENVIRONMENTS:
9
+- name: internal-dev
10
+- name: internal-dev-sandbox
11
+- name: internal-qa
12
+- name: internal-qa-sandbox
13
+- name: ref
14
+- name: sandbox
15
+- name: int
16
+- name: prod
17
+---
18
+meta:
19
+ api:
20
+ name: sync-wrap
21
+ guid: 5d47b3a7-711e-4a2f-9db8-0e9dd06df24f
22
+ spec_guids: []
23
+ schema_version: 1
24
+apigee:
25
+ environments:
26
+
27
+{% for ENV in APIGEE_ENVIRONMENTS %}
28
+ - name: {{ ENV.name }}
29
+ products: []
30
+ specs: []
31
+ api_catalog: []
32
+{% endfor %}
0 commit comments