Skip to content

Commit

Permalink
fix(docs): better initial setup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkli committed Feb 4, 2025
1 parent 58359fa commit 72096a2
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,23 @@ GLOBAL OPTIONS
```sh
edgly service get --id <service-id>
```
* Above will pull the `latest` version.
* You can fetch the currently active version using
```sh
edgly service get --id <service-id> -V active
```
* You can fetch a specific version number using
```sh
edgly service get --id <service-id> -V 42
```
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.
7. This will store the `<service-id>` in `edgly.yaml` and assume this to be the `production` environment.
8. Further updates (pulls) from the service can be done using just
```
edgly service get
```
```sh
edgly service get
```

### Create a stage environment

Expand Down

0 comments on commit 72096a2

Please sign in to comment.