cloudflow
cloudflow copied to clipboard
Downloading and just executing the example app is hard
The documentation example (2.0.10) at https://cloudflow.io/docs/2.0.10/get-started/setup-example-project-configure-build.html links to example code:

The links go to https://github.com/lightbend/cloudflow/tree/master/examples/snippets/modules/ROOT/examples/sensor-data-scala. However, from there
- it's somewhat hard to download the code
- it links to the master version of the code
- But even manually selecting the tag 2.0.10, the
cloudflow-plugins.sbtrefers to an unavailable2.1.0-SNAPSHOTversion of the sbt plugin (https://github.com/lightbend/cloudflow/blob/v2.0.10/examples/snippets/modules/ROOT/examples/sensor-data-scala/project/cloudflow-plugins.sbt)
Probably doing something dumb here?
We should link to v2.0.10-docs (v-[version]-docs) branch
This should be solved now, the docs are mentioning that you need to:
export CLOUDFLOW_VERSION=<your-version>
and you get everything configured accordingly.