Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@freestyle-sh/fdev-cli

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@freestyle-sh/fdev-cli

Global `fdev` CLI.

latest
Source
npmnpm
Version
0.1.7
Version published
Weekly downloads
5
-70.59%
Maintainers
3
Weekly downloads
 
Created
Source

@freestyle-sh/fdev-cli

Global fdev CLI.

npm i -g @freestyle-sh/fdev-cli
fdev init
fdev run plan
fdev ls
fdev run plan github:owner/repo

fdev init asks for a project name, Freestyle API key, and package manager. It creates a project folder containing a workflow-based fdev.config.ts, .env, .env.example, package.json, and local ignore rules.

Interactive terminals use Inquirer prompts and a chalk/log-update run timeline. Set FDEV_RENDER=0 to force the plain text renderer; --json and flag-driven flows remain suitable for agents and scripts.

Interactive providers can ask the CLI to open provider-owned URLs. For example, Freestyle terminal sessions are served by the Freestyle provider, while the CLI only opens the presented URL in a browser.

fdev run ssh <workspace> runs the workflow's uncached workspace.onOpen hook before attaching or printing the SSH command.

fdev ls lists workspaces for the selected project. fdev ls snapshots lists cached snapshot runs, and fdev ls config shows the resolved project paths.

Remote GitHub targets are materialized into ~/.fdev/projects, use state outside the checkout, and require explicit trust before installing dependencies or executing the remote config.

Projects should install matching @freestyle-sh/fdev versions locally.

FAQs

Package last updated on 12 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts