Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleMigrate from environment.\*.ts to config.\*.yml
yarn env:yaml [relative-path-to-environment.ts] [optional-relative-path-to-YAML]

# For Example, to migrate an old environment.prod.ts file to the new config.prod.yml:
# yarn env:yaml src/environments/environment.prod.ts config/config.prod.yml

...