@ansible/ansible-ui-framework 2.4.399 → 2.4.400

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +27 -24
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,11 +2,12 @@
2
2
 
3
3
  UI projects for [Ansible](https://www.ansible.com).
4
4
 
5
- - [Getting Started](#getting-started)
6
- - [Environment Variables](#environment-variables)
7
- - [NPM Scripts](#npm-scripts)
8
- - [Documentation](#documentation)
9
- - [Code of Conduct](#code-of-conduct)
5
+ - [Ansible UI](#ansible-ui)
6
+ - [Getting Started](#getting-started)
7
+ - [Environment Variables](#environment-variables)
8
+ - [NPM Scripts](#npm-scripts)
9
+ - [Documentation](#documentation)
10
+ - [Code of Conduct](#code-of-conduct)
10
11
 
11
12
  ## Getting Started
12
13
 
@@ -31,25 +32,27 @@ UI projects for [Ansible](https://www.ansible.com).
31
32
 
32
33
  ## Environment Variables
33
34
 
34
- | Environment Variable | Description |
35
- | ---------------------: | ------------------------------------------ |
36
- | `AWX_PROTOCOL` | The AWX server protocol (http) or (https). |
37
- | `AWX_HOST` | The AWX server address with port. |
38
- | `CYPRESS_AWX_SERVER` | The AWX server URL. |
39
- | `CYPRESS_AWX_USERNAME` | The AWX server username. |
40
- | `CYPRESS_AWX_PASSWORD` | The AWX server password. |
41
- | | |
42
- | `HUB_PROTOCOL` | The HUB server protocol (http) or (https). |
43
- | `HUB_HOST` | The HUB server address with port. |
44
- | `CYPRESS_HUB_SERVER` | The HUB server URL. |
45
- | `CYPRESS_HUB_USERNAME` | The HUB server username. |
46
- | `CYPRESS_HUB_PASSWORD` | The HUB server password. |
47
- | | |
48
- | `EDA_PROTOCOL` | The EDA server protocol (http) or (https). |
49
- | `EDA_HOST` | The EDA server address with port. |
50
- | `CYPRESS_EDA_SERVER` | The EDA server URL. |
51
- | `CYPRESS_EDA_USERNAME` | The EDA server username. |
52
- | `CYPRESS_EDA_PASSWORD` | The EDA server password. |
35
+ | Environment Variable | Description |
36
+ | ------------------------------: | ------------------------------------------------------- |
37
+ | `AWX_PROTOCOL` | The AWX server protocol (http) or (https). |
38
+ | `AWX_HOST` | The AWX server address with port. |
39
+ | `CYPRESS_AWX_SERVER` | The AWX server URL. |
40
+ | `CYPRESS_AWX_USERNAME` | The AWX server username. |
41
+ | `CYPRESS_AWX_PASSWORD` | The AWX server password. |
42
+ | | |
43
+ | `HUB_PROTOCOL` | The HUB server protocol (http) or (https). |
44
+ | `HUB_HOST` | The HUB server address with port. |
45
+ | `CYPRESS_HUB_SERVER` | The HUB server URL. |
46
+ | `CYPRESS_HUB_USERNAME` | The HUB server username. |
47
+ | `CYPRESS_HUB_PASSWORD` | The HUB server password. |
48
+ | `CYPRESS_HUB_API_PREFIX` | The HUB API prefix (eg. `/api/automation-hub/`). |
49
+ | `CYPRESS_HUB_GALAXYKIT_COMMAND` | The galaxykit command (eg. `galaxykit --ignore-certs`). |
50
+ | | |
51
+ | `EDA_PROTOCOL` | The EDA server protocol (http) or (https). |
52
+ | `EDA_HOST` | The EDA server address with port. |
53
+ | `CYPRESS_EDA_SERVER` | The EDA server URL. |
54
+ | `CYPRESS_EDA_USERNAME` | The EDA server username. |
55
+ | `CYPRESS_EDA_PASSWORD` | The EDA server password. |
53
56
 
54
57
  ```zsh
55
58
  export AWX_PROTOCOL=http
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ansible/ansible-ui-framework",
3
3
  "description": "A framework for building applications using PatternFly.",
4
- "version": "2.4.399",
4
+ "version": "2.4.400",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",