Skip to content

Commit 3b0683e

Browse files
authored
fix cli build (#2)
1 parent 5b87cf9 commit 3b0683e

2 files changed

Lines changed: 14 additions & 16 deletions

File tree

.github/workflows/cli-setup-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- uses: actions/delete-package-versions@v5
9191
if: github.ref_name == 'develop'
9292
with:
93-
package-name: "cli"
93+
package-name: "d2e"
9494
package-type: "npm"
9595
min-versions-to-keep: 3
9696
delete-only-pre-release-versions: "true"

README.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
# [<img src="./internal/d2e2.svg?raw=true" alt="Data2eEvidence" width="400px"/>](#)
2-
[![GitHub Activity](https://img.shields.io/github.qkg1.topmit-activity/m/data2evidence/d2e?logo=github&color=lightgreen)](https://github.com/data2evidence/d2e/graphs/contributors)
1+
# [<img src="https://github.com/ohdsi/d2e/blob/develop/internal/d2e2.svg?raw=true" alt="Data2eEvidence" width="400px"/>](#)
2+
[![GitHub Activity](https://img.shields.io/github.qkg1.topmit-activity/m/ohdsi/d2e?logo=github&color=lightgreen)](https://github.com/ohdsi/d2e/graphs/contributors)
33
[![D2E CLI Version](https://img.shields.io/npm/v/d2e?label=d2e%20installer&logo=npm&color=blue)](https://www.npmjs.com/package/d2e)
4-
[![D2E Release](https://img.shields.io/github/v/release/data2evidence/d2e?color=blue&label=latest%20release&logo=github)](https://github.com/data2evidence/d2e/releases/latest)
54
[![D2E Docs](https://img.shields.io/badge/docs-d2e.sg-lightblue?logo=googledocs&logoColor=white)](https://docs.d2e.sg)
65
[![Discord](https://img.shields.io/discord/1189126876577403001?label=discord&logo=discord&logoColor=white)](https://discord.gg/5XtHky2BZe)
6+
<!--- [![D2E Release](https://img.shields.io/github/v/release/ohdsi/d2e?color=blue&label=latest%20release&logo=github)](https://github.com/ohdsi/d2e/releases/latest) --->
77

8-
9-
<!--- [![GitHub Release](https://img.shields.io/github/v/release/data2evidence/d2e?label=notes&logo=github)](https://github.com/data2evidence/d2e/releases) --->
8+
<!--- [![GitHub Release](https://img.shields.io/github/v/release/ohdsi/d2e?label=notes&logo=github)](https://github.com/ohdsi/d2e/releases) --->
109

1110
:construction: **Data2Evidence is under development. There might be breaking changes.** :construction:
1211

@@ -31,17 +30,16 @@ Organize, store, and secure your research datasets with robust governance and st
3130

3231
#### Data2Evidence Screenshots
3332

34-
[<img src="./internal/portal.png" alt="D2E Portal" width="48%"/>](https://d2e.sg) [<img src="./internal/pa.png" alt="D2E Analyze" width="48%"/>](https://d2e.sg)
35-
[<img src="./internal/atlas.png" alt="D2E Atlas" width="48%"/>](https://d2e.sg) [<img src="./internal/notebook.png" alt="D2E Notebook" width="48%"/>](https://d2e.sg)
33+
[<img src="https://github.com/ohdsi/d2e/blob/develop/internal/portal.png?raw=true" alt="D2E Portal" width="48%"/>](https://d2e.sg) [<img src="https://github.com/ohdsi/d2e/blob/develop/internal/pa.png?raw=true" alt="D2E Analyze" width="48%"/>](https://d2e.sg)
34+
[<img src="https://github.com/ohdsi/d2e/blob/develop/internal/atlas.png?raw=true" alt="D2E Atlas" width="48%"/>](https://d2e.sg) [<img src="https://github.com/ohdsi/d2e/blob/develop/internal/notebook.png?raw=true" alt="D2E Notebook" width="48%"/>](https://d2e.sg)
3635

3736
You can find a video of Data2Evidence Cohort Functionality [here](https://www.youtube.com/watch?v=PxkCutzJgkI)
3837

3938
### Data2Evidence Quick Start
4039

4140
Data2Evidence requires **Docker** and **npm** to be installed. You can find more information [here](https://docs.d2e.sg)
4241

43-
> [!IMPORTANT]
44-
> On Windows [WSL/Ubuntu](https://apps.microsoft.com/detail/9pdxgncfsczv) is required to run D2E
42+
> Note: On Windows [WSL/Ubuntu](https://apps.microsoft.com/detail/9pdxgncfsczv) is required to run D2E
4543
4644
Install the Data2Evidence CLI by running:
4745
```bash
@@ -74,18 +72,18 @@ You should now be able to see the d2e portal when opening **[https://localhost:4
7472
For additional setup details and configuration options, please visit the **[D2E documentation](https://docs.d2e.sg)**.
7573

7674
### Issues & Bug Reports
77-
Encounter an issue or have a feature request? Please help us improve by reporting them through the [GitHub Issues](https://github.com/data2evidence/d2e/issues) page.
75+
Encounter an issue or have a feature request? Please help us improve by reporting them through the [GitHub Issues](https://github.com/ohdsi/d2e/issues) page.
7876

7977
### CICD
8078

8179
#### Build / Tests
8280
| d2e services | d2e functions | d2e ui |
8381
|:-:|:-:|:-:|
84-
| [![d2e/cli build and publish](https://github.com/data2evidence/d2e/actions/workflows/cli-setup-npm.yml/badge.svg)](https://github.com/data2evidence/d2e/actions/workflows/cli-setup-npm.yml) | [![d2e-functions build plugin](https://github.com/data2evidence/d2e/actions/workflows/functions-plugin-ci.yml/badge.svg)](https://github.com/data2evidence/d2e/actions/workflows/functions-plugin-ci.yml) | [![d2e-ui build plugin](https://github.com/data2evidence/d2e/actions/workflows/ui-plugin-ci.yml/badge.svg)](https://github.com/data2evidence/d2e/actions/workflows/ui-plugin-ci.yml) |
85-
| [![d2e/services Docker Build](https://github.com/data2evidence/d2e/actions/workflows/services-docker-push.yml/badge.svg)](https://github.com/data2evidence/d2e/actions/workflows/services-docker-push.yml) | [![d2e-functions/pa Run HTTP tests](https://github.com/data2evidence/d2e/actions/workflows/functions-http-tests.yml/badge.svg)](https://github.com/data2evidence/d2e/actions/workflows/functions-http-tests.yml) | [![d2e-ui/pa (vue)](https://github.com/data2evidence/d2e/actions/workflows/ui-test-vue.yml/badge.svg)](https://github.com/data2evidence/d2e/actions/workflows/ui-test-vue.yml) |
86-
| [![d2e/services Docker Compose Up](https://github.com/data2evidence/d2e/actions/workflows/services-docker-compose-up.yml/badge.svg)](https://github.com/data2evidence/d2e/actions/workflows/services-docker-compose-up.yml)| **d2e flows** | [![d2e-ui/portal unit tests (Frontend)](https://github.com/data2evidence/d2e/actions/workflows/ui-alp-portal-test-fe.yml/badge.svg)](https://github.com/data2evidence/d2e/actions/workflows/ui-alp-portal-test-fe.yml) |
87-
|[![d2e/services Cachedb tests](https://github.com/data2evidence/d2e/actions/workflows/services-cachedb-test.yml/badge.svg)](https://github.com/data2evidence/d2e/actions/workflows/services-cachedb-test.yml)| [![d2e-flows Docker Build](https://github.com/data2evidence/d2e/actions/workflows/flows-docker-build-push.yaml/badge.svg)](https://github.com/data2evidence/d2e/actions/workflows/flows-docker-build-push.yaml) | [![d2e-ui/portal unit tests (Components Library)](https://github.com/data2evidence/d2e/actions/workflows/ui-alp-portal-test-components.yml/badge.svg)](https://github.com/data2evidence/d2e/actions/workflows/ui-alp-portal-test-components.yml) |
88-
|[![d2e/services envConverter unit tests](https://github.com/data2evidence/d2e/actions/workflows/services-env-converter-test.yml/badge.svg)](https://github.com/data2evidence/d2e/actions/workflows/services-env-converter-test.yml)| [![d2e-flows build plugin](https://github.com/data2evidence/d2e/actions/workflows/flows-plugin-ci.yml/badge.svg)](https://github.com/data2evidence/d2e/actions/workflows/flows-plugin-ci.yml) | [![d2e-ui/pyqe unit tests](https://github.com/data2evidence/d2e/actions/workflows/ui-pyqe-test.yml/badge.svg)](https://github.com/data2evidence/d2e/actions/workflows/ui-pyqe-test.yml) |
82+
| [![d2e/cli build and publish](https://github.com/ohdsi/d2e/actions/workflows/cli-setup-npm.yml/badge.svg)](https://github.com/ohdsi/d2e/actions/workflows/cli-setup-npm.yml) | [![d2e-functions build plugin](https://github.com/ohdsi/d2e/actions/workflows/functions-plugin-ci.yml/badge.svg)](https://github.com/ohdsi/d2e/actions/workflows/functions-plugin-ci.yml) | [![d2e-ui build plugin](https://github.com/ohdsi/d2e/actions/workflows/ui-plugin-ci.yml/badge.svg)](https://github.com/ohdsi/d2e/actions/workflows/ui-plugin-ci.yml) |
83+
| [![d2e/services Docker Build](https://github.com/ohdsi/d2e/actions/workflows/services-docker-push.yml/badge.svg)](https://github.com/ohdsi/d2e/actions/workflows/services-docker-push.yml) | [![d2e-functions/pa Run HTTP tests](https://github.com/ohdsi/d2e/actions/workflows/functions-http-tests.yml/badge.svg)](https://github.com/ohdsi/d2e/actions/workflows/functions-http-tests.yml) | [![d2e-ui/pa (vue)](https://github.com/ohdsi/d2e/actions/workflows/ui-test-vue.yml/badge.svg)](https://github.com/ohdsi/d2e/actions/workflows/ui-test-vue.yml) |
84+
| [![d2e/services Docker Compose Up](https://github.com/ohdsi/d2e/actions/workflows/services-docker-compose-up.yml/badge.svg)](https://github.com/ohdsi/d2e/actions/workflows/services-docker-compose-up.yml)| **d2e flows** | [![d2e-ui/portal unit tests (Frontend)](https://github.com/ohdsi/d2e/actions/workflows/ui-alp-portal-test-fe.yml/badge.svg)](https://github.com/ohdsi/d2e/actions/workflows/ui-alp-portal-test-fe.yml) |
85+
|[![d2e/services Cachedb tests](https://github.com/ohdsi/d2e/actions/workflows/services-cachedb-test.yml/badge.svg)](https://github.com/ohdsi/d2e/actions/workflows/services-cachedb-test.yml)| [![d2e-flows Docker Build](https://github.com/ohdsi/d2e/actions/workflows/flows-docker-build-push.yaml/badge.svg)](https://github.com/ohdsi/d2e/actions/workflows/flows-docker-build-push.yaml) | [![d2e-ui/portal unit tests (Components Library)](https://github.com/ohdsi/d2e/actions/workflows/ui-alp-portal-test-components.yml/badge.svg)](https://github.com/ohdsi/d2e/actions/workflows/ui-alp-portal-test-components.yml) |
86+
|[![d2e/services envConverter unit tests](https://github.com/ohdsi/d2e/actions/workflows/services-env-converter-test.yml/badge.svg)](https://github.com/ohdsi/d2e/actions/workflows/services-env-converter-test.yml)| [![d2e-flows build plugin](https://github.com/ohdsi/d2e/actions/workflows/flows-plugin-ci.yml/badge.svg)](https://github.com/ohdsi/d2e/actions/workflows/flows-plugin-ci.yml) | [![d2e-ui/pyqe unit tests](https://github.com/ohdsi/d2e/actions/workflows/ui-pyqe-test.yml/badge.svg)](https://github.com/ohdsi/d2e/actions/workflows/ui-pyqe-test.yml) |
8987

9088
### Get in contact
9189

0 commit comments

Comments
 (0)