Skip to the content.

glasp

OpenSSF Scorecard

glasp is a Go CLI tool for managing Google Apps Script projects. A single-binary, high-performance replacement for Node.js-based clasp.

日本語ドキュメント

Features

Quick Start

# Install (Linux / macOS)
curl -sSL https://takihito.github.io/glasp/install.sh | sh

# Login
glasp login

# Clone an existing project
glasp clone <script-id>

# Pull and push files
glasp pull
glasp push

Installs to ~/.local/bin by default. To change the install directory:

curl -sSL https://takihito.github.io/glasp/install.sh | GLASP_INSTALL_DIR=/usr/local/bin sh

Windows: irm https://takihito.github.io/glasp/install.ps1 | iex

See Installation and Usage for details.

Supply-Chain Security