Skip to content

Commit e18ae8b

Browse files
chore(metadata): add plugin metadata
1 parent 8326605 commit e18ae8b

File tree

10 files changed

+80
-0
lines changed

10 files changed

+80
-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 the 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.nfs
2+
name: "nfs"
3+
title: "NFS"
4+
description: "This sub-group of plugins contains tasks for interacting with Network File System (NFS) mounts."
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 example)."
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"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
group: io.kestra.plugin.fs.tcp
2+
name: "tcp"
3+
title: "TCP"
4+
description: "This sub-group of plugins provides tasks and triggers for interacting with TCP socket connections — including sending and receiving data over TCP."
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.udp
2+
name: "udp"
3+
title: "DP"
4+
description: "This sub-group of plugins provides tasks and triggers for interacting with UDP socket connections — including sending and receiving data over UDP."
5+
body: ""
6+
videos: []
7+
createdBy: "Kestra Core Team"
8+
managedBy: "Kestra Core Team"

0 commit comments

Comments
 (0)