tgz

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

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

Go to latest
Published: Jan 30, 2026 License: MIT Imports: 9 Imported by: 0

README

tgz

Creates .tar.gz archives from files matching glob patterns or literal paths.

Usage

tgz -o <output> <pattern>...

Flags

-o, --output  Output archive path (required)
-h, --help    Display help

Example

# Archive all Go source files
tgz -o src.tar.gz '**/*.go'

# Archive specific files and patterns
tgz -o release.tar.gz bin/app README.md 'docs/**/*.md'

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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