rt-fs does not work with the new CLI configuration
adim1 opened this issue · 1 comments
adim1 commented
Plugin name: rt-fs
The plugin does not recognize the new server configuration format.
Steps to reproduce:
- Install the latest JFrog CLI version (1.46.4)
- Configure Artifactory server (jfrog config add)
- Install 'rt-fs' plugin
- Run the command ls command, for example: jfrog rt-fs ls generic-local
Expected behavior
returning the files in the repository
Observed behavior
[Error] Server ID 'art-server-test' does not exist.
exit status 1
Versions
- CLI Plugin version: 1.46.4
- CLI Plugin operating system: 1.1.0
- Artifactory Version: 7.x
yahavi commented
Thanks for reporting this issue!
The root cause -
We recently released JFrog CLI with a new configuration (v5). The rt-fs plugin worked with the old configuration (v4).
To fix the issue we upgraded the JFrog CLI core version to the latest.
rt-fs
1.1.1 is released. This version includes the fix. To upgrade, reinstall the plugin:
jfrog plugin uninstall rt-fs
jfrog plugin install rt-fs