rt-fs

command module
v0.0.0-...-76e645c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 30, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

README

rt-fs

About this plugin

This plugin executes file system commands in Artifactory. It is designed to mimic the functionality of the Linux/Unix 'ls' and 'cat' commands.

Installation with JFrog CLI

Installing the latest version:

$ jf plugin install rt-fs

Installing a specific version:

$ jf plugin install rt-fs@version

Uninstalling a plugin

$ jf plugin uninstall rt-fs

Usage

Commands
  • ls
    • Arguments:
      • path - Path in Artifactory.
    • Flags:
      • --server-id: Artifactory server ID configured using the config command [Optional]
    • Example:
        $ jf rt-fs ls generic-local
        file_name1.zip   file_name2.zip   file_name3.zip
    
  • cat
    • Arguments:
      • path - Path in Artifactory.
    • Flags:
      • --server-id: Artifactory server ID configured using the config command [Optional]
    • Example:
        $ jf rt-fs cat generic-local/file_name1.txt
        Hello world
    

Additional info

Files are displayed in white color. Folders are displayed in blue color.

Release Notes

The release notes are available here.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL