Skip to content
New issue

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

CLI: Accept mulitple node identifiers in verdi node graph generate #6443

Commits on Jul 4, 2024

  1. CLI: Accept mulitple node identifiers in verdi node graph generate

    The `--identifier` option allows the user to specify which identifier to
    label nodes in the graph with: pk, uuid or label. Here, the interface is
    updated to allow specifying multiple identifiers, e.g.:
    
        verdi node graph generate --identifier pk uuid -- <PK>
    
    If more than one identifier type is specified, the resulting identifiers
    for each node are joined using a `|` character.
    sphuber authored and GeigerJ2 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    720eafb View commit details
    Browse the repository at this point in the history