Skip to content

Commit

Permalink
fix: for #199
Browse files Browse the repository at this point in the history
  • Loading branch information
ssvaidyanathan committed Mar 16, 2024
1 parent 1757252 commit 2623314
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ mvn install -Ptest -Dapigee.config.options=create
importKeys #v2.1.3 or later
apicategories #v2.6.0 or later
apidocs #v2.6.0 or later
debugmasks #v2.7.1 or later
For example, the apps goal is used below to only create apps and ignore all other config types.
mvn apigee-config:apps -Ptest -Dapigee.config.options=create
Expand Down Expand Up @@ -163,13 +164,15 @@ The apigee.config.dir option must be used to identify the top most directory con
│   ├── prod
│   │   ├── kvms.json
│   │ ├── flowhooks.json
│   │ ├── debugmasks.json
│   │ ├── targetServers.json
│   │ ├── references.json
│   ├── test
│   │ ├── kvms.json
│   │ ├── targetServers.json
│   │ ├── keystores.json
│   │ ├── aliases.json
│   │ ├── debugmasks.json
│ │ └── references.json
└── org
├── apiProducts.json
Expand Down

0 comments on commit 2623314

Please sign in to comment.