From a5b6ec279da843c1c91d6abe170ff4b97d7c7feb Mon Sep 17 00:00:00 2001 From: Alexander Klimetschek Date: Tue, 4 Feb 2025 08:27:25 -0800 Subject: [PATCH] fix(docs): fix initial command description to include --id --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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.