Mark Godfrey
Mark Godfrey
@owencliffe is this something you're doing as part of the work on #84? Either way, I think it's dependent on it?
Perhaps the more conventional `--dry-run` might be more suitable than `--impact`?
Is it difficult for the server to check whether an app has any associated functions or triggers? (i.e. whether it is or isn't empty).
Note, if this does change, then the test harness also needs to be modified following https://github.com/fnproject/cli/pull/305 as that is using the global flag.
The Java 8 build image `fnproject/fn-java-fdk-build:latest` is based on `maven:3-jdk-8-slim`. The Java 8 runtime image `fnproject/fn-jafa-fdk:latest` is based on `openjdk:8-slim`. The Java 9 build image `fnproject/fn-java-fdk-build:jdk9-latest` is based on `maven:3-jdk-9-slim`....