diff --git a/README.md b/README.md index 523b101..c4c2659 100644 --- a/README.md +++ b/README.md @@ -74,11 +74,17 @@ GLOBAL OPTIONS 3. Inside a git repo (one repo per Fastly service recommended) 4. Fetch the service configuration ```sh - edgly service get + edgly service get --id ``` 5. Review for any secrets detected 6. Commit the newly added files +7. It will store the `` in a file named `edgly.yaml` and by default assume this to be the `production` environment. +8. Further updates (pulls) from the service can be done using just +``` +edgly service get +``` + ### Create a stage environment A stage environment allows to safely test changes in Fastly before deploying to the production service.