Skip to content

Commit

Permalink
fix(docs): fix initial command description to include --id
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkli authored Feb 4, 2025
1 parent 9f91a61 commit a5b6ec2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <service-id>
edgly service get --id <service-id>
```
5. Review for any secrets detected
6. Commit the newly added files

7. It will store the `<service-id>` 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.
Expand Down

0 comments on commit a5b6ec2

Please sign in to comment.