Skip to content

installable-sh/run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RUN

Script runner for installable.sh.

Installation

Docker (recommended)

docker pull ghcr.io/installable-sh/run:v1

From source

go install github.com/installable-sh/run@latest

Usage

RUN [+env] [+raw] [+nocache] <url> [args...]

Options

  • +env - Send environment variables as X-Env-* headers
  • +raw - Print the script without executing
  • +nocache - Bypass CDN caches

Examples

# Run a script
RUN https://example.com/install.sh

# Run with arguments
RUN https://example.com/install.sh --version 1.0.0

# Preview script without executing
RUN +raw https://example.com/install.sh

# Run with environment forwarding
RUN +env https://example.com/install.sh

Development

# Build
make build

# Run tests
make test

# Run all CI checks
make ci

License

Apache 2.0 - see LICENSE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors