Skip to content

Commit c661cdd

Browse files
chore(metadata): add plugin metadata
1 parent e930e83 commit c661cdd

File tree

7 files changed

+56
-0
lines changed

7 files changed

+56
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
group: io.kestra.plugin.fs.ftp
2+
name: "ftp"
3+
title: "FTP (File Transfer Protocol)"
4+
description: "This sub-group of plugins contains tasks for accessing files using the FTP protocol."
5+
body: ""
6+
videos: []
7+
createdBy: "Kestra Core Team"
8+
managedBy: "Kestra Core Team"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
group: io.kestra.plugin.fs.ftps
2+
name: "ftps"
3+
title: "FTPS (File Transfer Protocol Secure)"
4+
description: "This sub-group of plugins contains tasks for accessing files using the FTPS protocol."
5+
body: ""
6+
videos: []
7+
createdBy: "Kestra Core Team"
8+
managedBy: "Kestra Core Team"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
group: io.kestra.plugin.fs
2+
name: "fs"
3+
title: "File system"
4+
description: "Perform file system tasks in Kestra data orchestration pipelines."
5+
body: ""
6+
videos: []
7+
createdBy: "Kestra Core Team"
8+
managedBy: "Kestra Core Team"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
group: io.kestra.plugin.fs.local
2+
name: "local"
3+
title: "Local"
4+
description: "This sub-group of plugins contains tasks for accessing files using local file system."
5+
body: ""
6+
videos: []
7+
createdBy: "Kestra Core Team"
8+
managedBy: "Kestra Core Team"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
group: io.kestra.plugin.fs.sftp
2+
name: "sftp"
3+
title: "SFTP (SSH File Transfer Protocol)"
4+
description: "This sub-group of plugins contains tasks for accessing files using the SFTP protocol."
5+
body: ""
6+
videos: []
7+
createdBy: "Kestra Core Team"
8+
managedBy: "Kestra Core Team"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
group: io.kestra.plugin.fs.smb
2+
name: "smb"
3+
title: "SMB (Server Message Block)"
4+
description: "This sub-group of plugins contains tasks for accessing files using the SMB protocol (Samba for eg.)."
5+
body: ""
6+
videos: []
7+
createdBy: "Kestra Core Team"
8+
managedBy: "Kestra Core Team"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
group: io.kestra.plugin.fs.ssh
2+
name: "ssh"
3+
title: "SSH (Secure Shell)"
4+
description: "This sub-group of plugins contains tasks for sending SSH commands."
5+
body: ""
6+
videos: []
7+
createdBy: "Kestra Core Team"
8+
managedBy: "Kestra Core Team"

0 commit comments

Comments
 (0)