You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ To build a specification for a specific environment:
29
29
3. Run `make construct-spec` from the repository root, which:
30
30
- Updates templates with environment-specific values
31
31
- Uses Redocly to compile the complete specification to `build/specification/$(APIM_ENV)/`
32
-
4. For the `sandbox` environment, run `make publish` to convert the specification to JSON and save it to `sandbox/specification/` for immediate use.
32
+
4. For the `sandbox` environment, run `make generate-sandbox-spec` to convert the specification to JSON and save it to `sandbox/specification/` for immediate use.
33
33
34
34
### Deploying of Environment-Specific Specifications to Apigee
0 commit comments