Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 564 Bytes

File metadata and controls

31 lines (20 loc) · 564 Bytes

Codefresh Cli Plugin

Use Codefresh Cli plugin to perform operations on your Codefresh resources

Usage

---
version: '1.0'

steps:

  ...

  annotate_image:
    image: codefresh/cli
    description: annotates image with metadata
    command: annotate image IMAGE_ID -a key1=value1 -a key2=value2

  run_pipeline:
    image: codefresh/cli
    description: run a pipeline
    command: run pipeline PIPELINE_NAME REPO_OWNER REPO_NAME -b master
  ...

Environment Variables

  • CFCONFIG - Path for cfconfig file path (default: ${HOME}/.cfconfig