Skip to content

Commit

Permalink
Merge pull request #45 from interlynk-io/surendrapathak-patch-4
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
surendrapathak authored Jun 20, 2024
2 parents 246f5fa + b2fc9fb commit 0887641
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ python3 pylynk.py prods --token lynk_test_GDGEB2j6jnhkzLSAQk9U3wiiQLrbNT11Y8J4

# List Products
```bash
python3 pylynk.py prods
python3 pylynk.py prods --table
```
Output
```
Expand Down Expand Up @@ -92,7 +92,7 @@ TBD
# List Versions
## List Versions by product ID (default environment)
```bash
python3 pylynk.py vers --prodId 'e865710e-b262-4f44-9078-970052794a60'
python3 pylynk.py vers --prodId 'e865710e-b262-4f44-9078-970052794a60' --table
```
Output
```bash
Expand Down Expand Up @@ -120,7 +120,7 @@ Output
```
## List Versions by product name (default environment)
```bash
python3 pylynk.py vers --prod 'sbom-exec'
python3 pylynk.py vers --prod 'sbom-exec' --table
```
Output
```bash
Expand All @@ -132,7 +132,7 @@ e0b1fb60-03de-4202-b316-51422351b96b | 1.3 | agdfda | 2024-
```
## List Versions for specific environment by name
```bash
python3 pylynk.py vers --prod 'sbomqs' --env 'production'
python3 pylynk.py vers --prod 'sbomqs' --env 'production' --table
```
Output
```bash
Expand Down

0 comments on commit 0887641

Please sign in to comment.