New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@roxyon/deploy-core

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@roxyon/deploy-core

Shared deploy pipeline for Roxyon tooling — project detection, archiving, and the build/upload/poll orchestration used by @roxyon/cli and @roxyon/mcp.

Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
18
-61.7%
Maintainers
1
Weekly downloads
 
Created
Source

@roxyon/deploy-core

The shared deploy pipeline behind @roxyon/cli and @roxyon/mcp: project-type detection, deterministic archiving, and the build → upload → poll orchestration. You normally use the CLI or the MCP server, not this directly.

npm i @roxyon/deploy-core
import { Roxyon } from '@roxyon/api-client';
import { deployProject } from '@roxyon/deploy-core';

const outcome = await deployProject({
  cwd: process.cwd(),
  roxyon: new Roxyon({ sessionToken: process.env.ROXYON_TOKEN }),
  reporter: { step: console.log, log: console.log },
});

Exports

  • deployProject() — reads roxyon.json, builds if configured, packs (minus .roxyonignore / .gitignore), uploads, and for app runtimes polls until the deploy is live or failed. The console creates the application on the first deploy.
  • detectRuntime() / buildProjectConfig() — for roxyon init
  • packDirectory() / buildIgnore() / listFiles() — the archiver
  • loadProjectConfig() / saveProjectConfig() — roxyon.json
  • loadCredentials() / saveCredentials() — ~/.roxyon/config.json

MIT · part of roxyon-devtools

FAQs

Package last updated on 02 Sep 2026

Related posts