I hope this message finds you well. I've encountered a typing error in the code examples provided for the "io.kestra.plugin.fs.ssh.Command" type, which I'd like to address with a pull request.
Upon using the plugin and referring to the documentation here, I noticed that the port parameter is currently defined as a string.
To rectify this, I've made adjustments to the examples within the fs plugin, ensuring that the port parameter is encapsulated within double quotation marks ("") for consistency and accuracy.
Hi Team,
I hope this message finds you well. I've encountered a typing error in the code examples provided for the "io.kestra.plugin.fs.ssh.Command" type, which I'd like to address with a pull request.
Upon using the plugin and referring to the documentation here, I noticed that the port parameter is currently defined as a string.
To rectify this, I've made adjustments to the examples within the fs plugin, ensuring that the port parameter is encapsulated within double quotation marks ("") for consistency and accuracy.
Have a great day!