Automic Continuous Delivery Automation

 View Only
  • 1.  Does Automic have "Feature Flags" feature?

    Posted Mar 12, 2018 05:56 AM
    Hello,

    I have been hearing lot about "Feature Flags" to turn on/off a particular feature directly in production.

    Does Automic Release Automation have this capability?

    Thanks,
    Karthik


  • 2.  Does Automic have "Feature Flags" feature?

    Posted Mar 12, 2018 10:29 AM
    Hi @karthikeayan

    Many thanks for your request.
    What do you mean with 'Features' ? in what context ?
    Do you have an example ?

    Cheers
    Daniel



  • 3.  Does Automic have "Feature Flags" feature?

    Posted Mar 12, 2018 10:57 AM
    Hi Daniel_Hausdorf_6982,

    Feature Flag is a technique to turn some functionality of your application off, via configuration, without deploying new code.
    Feature flags play key part in CI scheme where features are constantly being deployed but not necessarily "released" into production.

    Source: https://stackoverflow.com/questions/7707383/what-is-a-feature-flag

    One of the known product in this area is "LaunchDarkly"

    https://launchdarkly.com/




  • 4.  Does Automic have "Feature Flags" feature?
    Best Answer



  • 5.  Does Automic have "Feature Flags" feature?

    Posted Mar 12, 2018 01:29 PM
    martin_polak_automic

    Cool, exactly what I am looking for. Thank you.

    Daniel_Hausdorf_6982, thank you!