module

Autobot::CLI::New

Constants

DOCKERFILE_TEMPLATE = "# Sandbox image for autobot Docker execution.\n# Customize this file to add tools your bot needs.\n# Rebuild with: docker build -t autobot-sandbox -f Dockerfile.sandbox .\nFROM alpine:latest\n\nRUN apk add --no-cache \\\n python3 \\\n curl \\\n sqlite \\\n git \\\n github-cli"

Class methods

run(name : String, interactive : Bool = true) : Nil
Source