-
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Since v0.7.0 the cli does no longer exit after applying the template.
The command has to be manually interrupted using crtl+C
.
I can consistently reproduce this with v0.7.0
and 0.7.2
running:
pnpx directus-template-cli@0.7.0 apply -p --disableTelemetry \
--directusUrl "http://directus:8055" \
--userEmail "admin@example.com" \
--userPassword "d1r3ctu5" \
--templateLocation ./directus/templates/some-template
After printing Template applied successfully.
or the licensing information, the command keeps running.
This is particularly annoying in CI environments, where this will lead to the job hanging.
Metadata
Metadata
Assignees
Labels
No labels