GitHub Actions toolkit for Namespace.
pnpm add @namespacelabs/actions-toolkitInstall and execute the spacectl CLI.
import { install, exec } from "@namespacelabs/actions-toolkit/spacectl";
await install();
const result = await exec(["cache", "modes"]);See spacectl documentation for detailed usage.
See CONTRIBUTING.md for guidelines.