
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@app-connect/cli
Advanced tools
A command-line interface for creating new RingCentral App Connect projects from templates.
No installation required! Use npx to run the CLI directly:
npx @app-connect/cli init [project-name]
Alternatively, you can install it globally:
npm install -g @app-connect/cli
Then use it as:
appconnect init [project-name]
With npx (recommended):
npx @app-connect/cli init [project-name]
With global installation:
appconnect init [project-name]
Options:
project-name - Name of the project directory (optional, defaults to my-app-connect-project)--force, -f - Force overwrite if directory exists--template, -t - Template to use (currently only supports default)--no-install - Skip installing dependencies (installs by default)--no-env - Skip copying .env.test to .env (copies by default if present)--start, -s - Automatically run the dev server after initExamples:
# Create a new project with default name
npx @app-connect/cli init
# Create a new project with custom name
npx @app-connect/cli init my-crm-connector
# Force overwrite existing directory
npx @app-connect/cli init my-crm-connector --force
# Auto-install deps and copy env (default behavior)
npx @app-connect/cli init my-crm-connector
# Do everything and start the dev server
npx @app-connect/cli init my-crm-connector -s
Run inside your project directory:
With npx (recommended):
npx @app-connect/cli upgrade
With global installation:
appconnect upgrade
Options:
--dev, -D - Install as a devDependencyThis will detect your package manager (npm, pnpm, yarn, bun) and upgrade @app-connect/core to the latest version.
Run inside your project directory:
With npx (recommended):
npx @app-connect/cli start [port]
With global installation:
appconnect start [port]
port is optional. If provided, it sets the PORT env var before running the project's dev script.
package.json with your project nameOnce your project is created, follow these steps:
cd your-project-name
npm install
cp .env.test .env # Configure your environment
npm run dev # Start development server
For support and questions:
FAQs
CLI for RingCentral App Connect
We found that @app-connect/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.