New:Socket for Asana Is Now Available.Learn more
Get Started

taufunctions

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

taufunctions

TauFunctions CLI - serverless function management for coding agents. Deploy, invoke, monitor. As easy as git.

Source
npmnpm
Version
1.1.3
Version published
Weekly downloads
25
-48.98%
Maintainers
1
Weekly downloads
 
Created
Source

tau

Serverless function management for coding agents. Deploy, invoke, and monitor functions - as easy as git.

Install

npm install -g taufunctions

Quick Start

# Sign up
tau signup you@example.com --tenant my-project

# Create a function
tau fn create "process-order" -r nodejs20

# Deploy
tau deploy <function-id>

# Invoke
tau invoke <function-id> '{"orderId": "ORD-001"}'

# View logs
tau logs <function-id>

# Full reference
tau --help

Features

  • Functions - create, deploy, invoke, update, delete
  • Runtimes - Node.js, Python, Go, Ruby, Rust
  • Deploy - one command to Docker Swarm
  • Invoke - JSON payload from CLI or file
  • Logs - real-time execution logs
  • Stats - invocation counts, duration, error rates

Per-Project Config

tau login --key YOUR_KEY             # saves to .tau/config.json (project-local)
tau login --key YOUR_KEY --global    # saves to ~/.tau/config.json (global)
tau config                           # show which config is active

Local config overrides global. Add .tau/ to your .gitignore.

Agent Integration

Add to your CLAUDE.md, .cursorrules, .clinerules, or .windsurfrules:

## TauFunctions
Use the tau CLI for serverless function management.
Key is in .tau/config.json (auto-loaded).
Run tau --help for full reference.

Documentation

  • Quickstart Guides
  • Full Reference

License

Proprietary - Tyga.Cloud Ltd. See LICENSE.

Keywords

taufunctions

FAQs

Package last updated on 16 Jul 2026

Related posts