We already use the `name` in all the management commands but the `uuid` is used on the Pipeline class. `scanpipe run --project <NAME>` and `pipelines/docker.py run --project <UUID>` Let's use `name` everywhere for consistency.
We already use the
namein all the management commands but theuuidis used on the Pipeline class.scanpipe run --project <NAME>andpipelines/docker.py run --project <UUID>Let's use
nameeverywhere for consistency.