Skip to content

Commit

Permalink
Merge pull request #13 from apigee/feat/readme_update
Browse files Browse the repository at this point in the history
feat: updated readme
  • Loading branch information
anaik91 authored Jan 24, 2025
2 parents 4195f37 + 6844c77 commit 2c983e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ on: # yamllint disable-line rule:truthy
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
branches:
- main

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,9 @@ You can run this tool locally or using Docker.

* **Docker Run:**
```bash
mkdir output
sudo chmod 777 output
export DOCKER_IMAGE="<image_name>:<tag>"
docker run --rm -v "$(pwd)/output:/app/target" \
-v "$(pwd)/input.properties:/app/input.properties" \
-e SOURCE_AUTH_TOKEN=$SOURCE_AUTH_TOKEN \
Expand All @@ -153,8 +154,9 @@ You can run this tool locally or using Docker.

Eg.
```bash
mkdir output
sudo chmod 777 output
export DOCKER_IMAGE="ghcr.io/apigee/apigee-migration-assessment-tool/apigee-migration-assessment-tool:latest"
docker run --rm -v "$(pwd)/output:/app/target" \
-v "$(pwd)/input.properties:/app/input.properties" \
-e SOURCE_AUTH_TOKEN=$SOURCE_AUTH_TOKEN \
Expand Down

0 comments on commit 2c983e6

Please sign in to comment.