xtractl

command module
v0.0.0-...-bb914d0 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

README

xtractl

xtractl is a CLI tool that allows you to control over certain parts of the running application that would otherwise require a restart.

[!NOTE] The major version of xtractl should match the major version of the ldproxy version that you are using. So if you are for example using ldproxy version 3.6.4, you should use the most recent xtractl version 3.x.

Installation

Binary

Download the binary for your platform from the releases page and copy it to path of your liking. You may have to set the executable flag with chmod +x xtractl.

Docker

Pull the latest image: docker pull ghcr.io/ldproxy/xtractl

Usage

Help

All commands and subcommands have a --help flag, for example:

Binary
  • xtractl --help
  • xtractl entity --help
  • xtractl entity ls --help
Docker
  • docker run -it --rm ghcr.io/ldproxy/xtractl --help
  • docker run -it --rm ghcr.io/ldproxy/xtractl entity --help
  • docker run -it --rm ghcr.io/ldproxy/xtractl entity ls --help

[!TIP] If ldproxy is running on localhost and you are running xtractl with docker, you have to add the flag -h host.docker.internal.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
log

Jump to

Keyboard shortcuts

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