This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Description
Reading the source code I saw that you can specify which project add the deployer, if don't, it takes the default project.
I tried with
ng add custom-deploy --project="my-project"
ng add custom-deploy --project=my-project
ng add custom-deploy project "my-project"
Without success....
Also the ng add documentation doesn't say anything about options