We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We already use the name in all the management commands but the uuid is used on the Pipeline class.
name
uuid
scanpipe run --project <NAME> and pipelines/docker.py run --project <UUID>
scanpipe run --project <NAME>
pipelines/docker.py run --project <UUID>
Let's use name everywhere for consistency.
The text was updated successfully, but these errors were encountered:
Use project name as argument to run a pipeline #18
afa72cb
Signed-off-by: Thomas Druez <tdruez@nexb.com>
6065f57
tdruez
No branches or pull requests
We already use the
name
in all the management commands but theuuid
is used on the Pipeline class.scanpipe run --project <NAME>
andpipelines/docker.py run --project <UUID>
Let's use
name
everywhere for consistency.The text was updated successfully, but these errors were encountered: