
Product
Introducing Supply Chain Attack Campaigns Tracking in the Socket Dashboard
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.
optimizely-cli
Advanced tools
A command line application to create Optimizely experiments and publish via the API
#Optimizely Command Line Interface
Optimizely-CLI (optcli) is a command line tool that lets developers build experiments faster by using the sofware tools you already love and publish to Optimizely when ready. We build a lot of tests at FunnelEnvy and found that (being stubborn engineers) we were more comfortable using our source editors and Git to develop locally - and this had a significant positive impact on our test velocity.
Optimizely-cli includes a command line executable that also integrates with either theTampermonkey (Google Chrome) or Greasemonkey (Firefox) extensions for local development / preview and the Optimizely API for publishing tests.
Brief intro below - for more usage details check out our Optimizely-CLI page.
npm install -g optimizely-cli
This will install the optcli executable on your system.
You'll need to have node.js installed locally to run optcli and either the Tampermonkey or Greasemonkey extensions to view variations locally.
optcli help
View available commands
optcli init [options] [project_id]
Initializes a new Optimizely project locally (use -r for remote).
optcli experiment <experiment> <folder> <description>
Create a local experiment
optcli variation <experiment> <folder> <description>
Create a local variation
optcli host [options] <path> [port]
Host a variation locally. Point your browser at http(s)://localhost:8080 (default port) for usage info.
optcli push-experiment <path>
Push a local experiment to Optimizely.
optcli push-variation <path>
Push a local variation to Optimizely
Please see CONTRIBUTING.md.
Code copyright 2015 Celerius Group Inc. Released under the Apache 2.0 License.
FAQs
A command line application to create Optimizely experiments and publish via the API
The npm package optimizely-cli receives a total of 3 weekly downloads. As such, optimizely-cli popularity was classified as not popular.
We found that optimizely-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.

Product
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.

Research
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.

Security News
Node.js 25.4.0 makes require(esm) stable, formalizing CommonJS and ESM compatibility across supported Node versions.