Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Commit

Permalink
feat(vcl): Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kptdobe committed May 14, 2019
1 parent b2ca735 commit 902f6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Send a POST request with following (`Content-Type: application/json`-encoded) bo
* `service`: the service ID of your Fastly service config
* `token`: a Fastly authentication token that has `global` permission on the service config
* `version`: the version number of a checked-out (editable) version of the above service config
* `vcl`: an object containing the name of the vcl file (key) to override and its content. For now, only `extensions.vcl` override is supported

## Developing Helix Publish

Expand All @@ -53,4 +54,3 @@ Contributions are highly welcome.
Deploying Helix Publish requires the `wsk` command line client, authenticated to a namespace of your choice. For Project Helix, we use the `helix` namespace.

Run `npm run deploy` to do a one-shot deploment of Helix Publish. All commits to master that pass the testing will be deployed automatically.

0 comments on commit 902f6f3

Please sign in to comment.