Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
6d7fccd
feat: add new templates and options to @dhis2/create-app
kabaros Jan 5, 2026
b9dd2f5
chore(release): cut 5.3.0-alpha.1 [skip ci]
dhis2-bot Jan 5, 2026
c147b3d
chore: bump pnpm-lock.yml 5.3.0-alpha.1 [skip ci]
dhis2-bot Jan 5, 2026
2505d67
fix: ensure latest version for dhis2 dependencies
kabaros Jan 5, 2026
175300f
chore(release): cut 5.3.0-alpha.2 [skip ci]
dhis2-bot Jan 5, 2026
1d22072
refactor: use unzipped templates
kabaros Jan 6, 2026
e5ce2c4
fix: use templates from file system not zip
kabaros Jan 6, 2026
7e4af3a
chore(release): cut 5.3.0-alpha.3 [skip ci]
dhis2-bot Jan 6, 2026
9bf5926
fix: drop package manager question
kabaros Jan 6, 2026
cc6677c
chore(release): cut 5.3.0-alpha.4 [skip ci]
dhis2-bot Jan 6, 2026
8a10d09
refactor: update per code review comments
kabaros Jan 7, 2026
7a2b5cf
fix: skip language and template questions when args provided
kabaros Jan 7, 2026
695f8da
chore(release): cut 5.3.0-alpha.5 [skip ci]
dhis2-bot Jan 7, 2026
d9f5d0b
fix: update yarn and npm lock files
kabaros Jan 7, 2026
21ce6db
chore(release): cut 5.3.0-alpha.6 [skip ci]
dhis2-bot Jan 7, 2026
3656df4
fix: fix the pnpm semantic-release step
kabaros Jan 7, 2026
b5a8299
chore(release): cut 5.3.0-alpha.7 [skip ci]
dhis2-bot Jan 7, 2026
fe9afff
chore: bump pnpm-lock.yml 5.3.0-alpha.7 [skip ci]
dhis2-bot Jan 7, 2026
bfa2c27
chore: update github action
kabaros Jan 7, 2026
212544b
fix: ensure gitignore is part of the scaffolded template
kabaros Jan 7, 2026
3dc16d5
chore(release): cut 5.3.0-alpha.8 [skip ci]
dhis2-bot Jan 7, 2026
facc57f
chore: rerun pipeline
kabaros Jan 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
packages/create-app/templates
4 changes: 1 addition & 3 deletions .github/workflows/dhis2-verify-node.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: 'dhis2: verify (node)'

on:
push:
branches:
on: push

concurrency:
group: ${{ github.workflow}}-${{ github.ref }}
Expand Down
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,59 @@
# [5.3.0-alpha.8](https://github.com/dhis2/cli/compare/v5.3.0-alpha.7...v5.3.0-alpha.8) (2026-01-07)


### Bug Fixes

* ensure gitignore is part of the scaffolded template ([212544b](https://github.com/dhis2/cli/commit/212544b8f24e4075dc0c6bf6a26153166e6f2e19))

# [5.3.0-alpha.7](https://github.com/dhis2/cli/compare/v5.3.0-alpha.6...v5.3.0-alpha.7) (2026-01-07)


### Bug Fixes

* fix the pnpm semantic-release step ([3656df4](https://github.com/dhis2/cli/commit/3656df4440f30fb305ae9b8bb7c024f204636dd2))

# [5.3.0-alpha.6](https://github.com/dhis2/cli/compare/v5.3.0-alpha.5...v5.3.0-alpha.6) (2026-01-07)


### Bug Fixes

* update yarn and npm lock files ([d9f5d0b](https://github.com/dhis2/cli/commit/d9f5d0ba484c66b4d50ecd82301c1ebcb5228da5))

# [5.3.0-alpha.5](https://github.com/dhis2/cli/compare/v5.3.0-alpha.4...v5.3.0-alpha.5) (2026-01-07)


### Bug Fixes

* skip language and template questions when args provided ([7a2b5cf](https://github.com/dhis2/cli/commit/7a2b5cfd99eb15dfe8507a333d5a5ce166ba8ffc))

# [5.3.0-alpha.4](https://github.com/dhis2/cli/compare/v5.3.0-alpha.3...v5.3.0-alpha.4) (2026-01-06)


### Bug Fixes

* drop package manager question ([9bf5926](https://github.com/dhis2/cli/commit/9bf5926aa5627ecdacf64235af713992d2e0d9df))

# [5.3.0-alpha.3](https://github.com/dhis2/cli/compare/v5.3.0-alpha.2...v5.3.0-alpha.3) (2026-01-06)


### Bug Fixes

* use templates from file system not zip ([e5ce2c4](https://github.com/dhis2/cli/commit/e5ce2c4a6d6fc37059aa6272b16e56ac86375b46))

# [5.3.0-alpha.2](https://github.com/dhis2/cli/compare/v5.3.0-alpha.1...v5.3.0-alpha.2) (2026-01-05)


### Bug Fixes

* ensure latest version for dhis2 dependencies ([2505d67](https://github.com/dhis2/cli/commit/2505d67cf5aa664e6ad121aef92c697d98bfec90))

# [5.3.0-alpha.1](https://github.com/dhis2/cli/compare/v5.2.1...v5.3.0-alpha.1) (2026-01-05)


### Features

* add new templates and options to @dhis2/create-app ([6d7fccd](https://github.com/dhis2/cli/commit/6d7fccdf428004ff57d09caf221cbbd27560ca62))

## [5.2.1](https://github.com/dhis2/cli/compare/v5.2.0...v5.2.1) (2025-11-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.2.1",
"version": "5.3.0-alpha.8",
"private": true,
"repository": "https://github.com/dhis2/cli",
"author": "Austin McGee <austin@dhis2.org>",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"engines": {
"node": ">=12"
},
"version": "5.2.1",
"version": "5.3.0-alpha.8",
"main": "src/index.js",
"author": "Austin McGee <austin@dhis2.org>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/cluster/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/cli-cluster",
"version": "5.2.1",
"version": "5.3.0-alpha.8",
"description": "D2 CLI module for managing DHIS2 development clusters",
"main": "src/index.js",
"repository": "https://github.com/dhis2/cli",
Expand Down
7 changes: 4 additions & 3 deletions packages/create-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/create-app",
"version": "5.2.1",
"version": "5.3.0-alpha.8",
"description": "",
"main": "src/index.js",
"bin": {
Expand All @@ -10,9 +10,10 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@dhis2/cli-app-scripts": "alpha",
"@dhis2/cli-helpers-engine": "^3.2.2",
"@inquirer/prompts": "^7.8.4"
"@inquirer/prompts": "^7.8.4",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.3"
},
"private": false,
"keywords": [],
Expand Down
Loading
Loading