Skip to content

adapt run --dryRun creates deployment

Observed Behavior

adapt list

There is no deployment foo.

adapt run --dryRun --deployID foo
adapt list

Shows foo was created, although it correctly does not do anything else in the deployment.

Expected Behavior

adapt run --dryRun --deployID foo
adapt list

will do the dry run, but even if "successful", no actual deployment is created. adapt list will not show foo.