GuidesAPI reference
DiscordDashboard
DiscordDashboard

pipeline tags

Usage

usage: pipeline tags [-h] {create,update,list,ls,delete,rm,get} ...

Manage pipeline tags

positional arguments:
  {create,update,list,ls,delete,rm,get}
    create              Create a the tag TARGET that points to SOURCE
    update              Update the value of a tag
    list (ls)           List tags on the remote compute service
    delete (rm)         Delete a pipeline tag (does not delete the pipeline)
    get                 Get tag information

options:
  -h, --help            show this help message and exit

Description

Manage pipeline tags on the currently active remote compute service.

Note: tags can contain upper or lower case characters, or special characters "_" & "-".

pipeline tags create

usage: pipeline tags create [-h] source target

positional arguments:
  source      The source pipeline:tag or pipeline_id
  target      The target pipeline:tag

options:
  -h, --help  show this help message and exit

pipeline tags update

usage: pipeline tags update [-h] source target

positional arguments:
  source      The source pipeline:tag or pipeline_id
  target      The target pipeline:tag

options:
  -h, --help  show this help message and exit

pipeline tags list

usage: pipeline tags list [-h] [-p PIPELINE_ID] [-P PROJECT_ID]

options:
  -h, --help            show this help message and exit
  -p PIPELINE_ID, --pipeline-id PIPELINE_ID
                        Filter by target pipeline id

pipeline tags delete

usage: pipeline tags delete [-h] pipeline_tag

positional arguments:
  pipeline_tag  The pipeline tag or tag_id to delete

options:
  -h, --help    show this help message and exit

pipeline tags get

usage: pipeline tags get [-h] pipeline_tag

positional arguments:
  pipeline_tag  The pipeline tag or tag_id to get

options:
  -h, --help    show this help message and exit