Skip to content

Commit f371d8b

Browse files
Add plugin metadata
1 parent b962c77 commit f371d8b

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

example.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
steps:
2+
...
3+
4+
annotate_image:
5+
image: codefresh/cli
6+
description: annotates image with metadata
7+
command: annotate image IMAGE_ID -a key1=value1 -a key2=value2
8+
9+
run_pipeline:
10+
image: codefresh/cli
11+
description: run a pipeline
12+
command: run PIPELINE_ID -b master
13+
...

plugin.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
image: codefresh/cli
2+
version: 0.1.0
3+
description: Operate on Codefresh resources
4+
maintainers:
5+
- name: Itay Shakury
6+
7+
categories:
8+
- Featured
9+
keywords:
10+
- cli
11+
sources:
12+
- https://github.com/codefresh-io/cli
13+
icon: https://i0.wp.com/www.macobserver.com/wp-content/uploads/2016/07/Terminal-icon.jpg
14+
envs:
15+
- name:
16+
type: optional
17+
description: Path for cfconfig file path

0 commit comments

Comments
 (0)