Each of our npm scripts invokes npm run secrets which is a custom secrets-to-codegen script that involves dotenv.
Angular has a native approach to secret management, and instead of bypassing it we should just leverage that. It is more featureful, tested, and we can benefit from community design around secrets management overall.
Each of our npm scripts invokes
npm run secretswhich is a custom secrets-to-codegen script that involves dotenv.Angular has a native approach to secret management, and instead of bypassing it we should just leverage that. It is more featureful, tested, and we can benefit from community design around secrets management overall.