I'm using Play Framework 2.3.6. Since Play 2.3.x play
commands are replaced with activator
commands. Play's documentation for 2.3.x as well as latest 2.4.x mentions commands play-generate-secret
and play-update-secret
but I am not able to find corresponding activator
commands.
We may not choose to use these secrets for production environment but would like play to generate secrets for integration and pre-prod environments - which we can change frequently.
Has anyone done this before? What are the proper activator commands?