Skip to content

Commit dfdf260

Browse files
committed
- fix #311 #162
1 parent 2103a92 commit dfdf260

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [Unreleased]
8+
9+
### Fixed
10+
- Junit fix (See issue [#305](https://github.com/Axway-API-Management-Plus/apim-cli/issues/305)
11+
- Attempt to import WSDL API definition produces HTTP error code 400 when creating front end API (See issue [#308](https://github.com/Axway-API-Management-Plus/apim-cli/issues/308)
12+
- AXWAY_APIM_CLI_HOME in the environment may break tests (See issue [#306](https://github.com/Axway-API-Management-Plus/apim-cli/issues/306)
13+
- Allow override per method for tags (See issue [#162](https://github.com/Axway-API-Management-Plus/apim-cli/issues/162)
14+
- apim cli always use first org for api deployment if user is assigned to multiple org (See issue [#311](https://github.com/Axway-API-Management-Plus/apim-cli/issues/311)
15+
16+
### Changed
17+
- Automate APIM CLI config file creation based on openapi specification
18+
-
719
## [1.12.3] 2002-08-09
820

921
### Fixed

modules/apim-adapter/src/main/java/com/axway/apim/lib/StandardExportCLIOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public void addOptions() {
5050

5151
option = new Option("o", "output", true, "Controls the output format. By default the console is used. CSV and DAT is not supported for all entities.");
5252
option.setRequired(false);
53-
option.setArgName("console|json|csv|dat");
53+
option.setArgName("console|json|csv|dat|yaml");
5454
cliOptions.addOption(option);
5555
}
5656

0 commit comments

Comments
 (0)