You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Additionally the CLI supports basic administrative commands for instance to list
10
10
11
11
Watch this video (28 min): https://youtu.be/2i8i1zMAMps to get an overview + demo.
12
12
13
-
With that, an API developer or the operations team is just providing the desired state configuration of the API, Application. When checked in, the [CI/CD-Pipeline](https://github.com/Axway-API-Management-Plus/apim-cli/wiki/9.-Jenkins-Integration-with-GitHub-&-Bitbucket) picks it up and replicates it into the API Manager.
13
+
With that, an API developer or the operations team is just providing the desired state configuration of the API, Application. When checked in, the [CI/CD-Pipeline](https://github.com/Axway-API-Management-Plus/apim-cli/wiki/7.-Pipeline-integration) picks it up and replicates it into the API Manager.
@@ -47,7 +47,7 @@ By using this CLI to control your Axway API management infrastructure it becomes
47
47
To achieve this quality bar, the tools was developed from the beginning in a way that it can be tested fully automatically.
48
48
In addition to a number of executed unit-tests, sophisticated integration tests are performed. These integration tests are executed against different API-Management versions and consists of a number of different scenarios. Each scenrioa contains various __Desired__ states, which are transferred into __Actual__ state by the CLI and finally checked if the Actual State in the API-Manager is as expected. This is performed for APIs and applications.
49
49
50
-
The automated End-2-End test suite contains of __113__ different scenarios, which includes more than __250__ executions of CLI (Import & Export) following each by a validation step. The test suite is executed at Travis CI for the following versions and you may check yourself what is done by clicking on the badge icon:
50
+
The automated End-2-End test suite contains of __116__ different scenarios, which includes more than __284__ executions of CLI (Import & Export) following each by a validation step. The test suite is executed at Travis CI for the following versions and you may check yourself what is done by clicking on the badge icon:
51
51
52
52
| Version | Branch | Status | Comment |
53
53
| :--- | :--- | :---: | :--- |
@@ -61,12 +61,12 @@ Version 7.5.3 is NOT supported. Version 7.6.2 SP3 is required.
61
61
62
62
## Get started
63
63
64
-
To get started, you have several options to download the CLI and then just run the CLI as shown in the example below
64
+
To get started, you have several options to [download the CLI](https://github.com/Axway-API-Management-Plus/apim-cli/wiki/1.-How-to-get-started) and then just run the CLI as shown in the example below
65
65
66
66
```
67
67
scripts\apim api import -c samples/basic/minimal-config-api-definition.json -s api-env
68
68
```
69
-
This command is reading the API-Management platform configuration details from the environment file: `env.api-env.properties` and replicates the given desired API state in the configuration file: `minimal-config-api-definition.json` into the API-Management platform.
69
+
This command is reading the API-Management platform configuration details from the [environment file](https://github.com/Axway-API-Management-Plus/apim-cli/wiki/8.2.-Environment-property-files): `env.api-env.properties` and replicates the given desired API state in the configuration file: `minimal-config-api-definition.json` into the API-Management platform.
70
70
71
71
Please see the [documentation](https://github.com/Axway-API-Management-Plus/apim-cli/wikis) for more information.
0 commit comments