Skip to content

Commit

Permalink
Merge pull request #984 from npamudika/3.2.x
Browse files Browse the repository at this point in the history
Add changes for APICTL 3.2.7 release
  • Loading branch information
npamudika authored Jul 11, 2023
2 parents f5508cf + d7d6fc3 commit 6d0766a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion import-export-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Command Line tool for importing and exporting APIs/Applications between differen
- ### Building
`cd` into `product-apim-tooling/import-export-cli`

Execute `./build.sh -t apictl.go -v 3.2.6 -f` to build for all platforms.
Execute `./build.sh -t apictl.go -v 3.2.7 -f` to build for all platforms.

Created packages will be available at `build/target` directory

Expand Down
10 changes: 5 additions & 5 deletions import-export-cli/integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ rest-api-version: v1
The version of the apictl that is being integration tested.

```
apictl-version: 3.2.6
apictl-version: 3.2.7
```


Expand Down Expand Up @@ -92,7 +92,7 @@ apictl-version: 3.2.6
```
go test -p 1 -timeout 0 -archive <apictl archive name>
example: go test -p 1 -timeout 0 -archive apictl-3.2.6-linux-x64.tar.gz
example: go test -p 1 -timeout 0 -archive apictl-3.2.7-linux-x64.tar.gz
```
Expand All @@ -101,23 +101,23 @@ example: go test -p 1 -timeout 0 -archive apictl-3.2.6-linux-x64.tar.gz
```
go test -p 1 -timeout 0 -archive <apictl archive name> -run <Test function name or partial name regex>
example: go test -p 1 -timeout 0 -archive apictl-3.2.6-linux-x64.tar.gz -run TestVersion
example: go test -p 1 -timeout 0 -archive apictl-3.2.7-linux-x64.tar.gz -run TestVersion
```

- Print verbose output

```
go test -p 1 -timeout 0 -archive <apictl archive name> -v
example: go test -p 1 -timeout 0 -archive apictl-3.2.6-linux-x64.tar.gz -v
example: go test -p 1 -timeout 0 -archive apictl-3.2.7-linux-x64.tar.gz -v
```

- Print http transport request/responses

```
go test -p 1 -timeout 0 -archive <apictl archive name> -logtransport
example: go test -p 1 -timeout 0 -archive apictl-3.2.6-linux-x64.tar.gz -logtransport
example: go test -p 1 -timeout 0 -archive apictl-3.2.7-linux-x64.tar.gz -logtransport
```

---
Expand Down
2 changes: 1 addition & 1 deletion import-export-cli/integration/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ indexing-delay: 1000

dcr-version: v0.17
rest-api-version: v1
apictl-version: 3.2.6
apictl-version: 3.2.7

0 comments on commit 6d0766a

Please sign in to comment.