Environment Management

Environment Management in flxbl project follow guidelines as laid out by the Salesforce Well Architected guide, Rehashing some of the most important principles here

  • Release stages apply to release artifacts, not environments.

  • Every development environment should be refreshed or destroyed as soon as the relevant work is finished (within limits).

  • Environments are only as useful as the kind of production fidelity they do (and do not) provide. Optimize your environment setup workflows or automations to allow for environment teardown/refresh at the earliest possible interval.

In order to cater the above requirements, flxbl projects work with the concept of environment categories, any number of sandboxes can be added to any of these categories. These environment categories form the deployment target in your pipelines.

In addition to the above categories, flxbl project utilize three categories of development environments

Last updated