
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
@bernerspace/cli
Advanced tools
A powerful command-line interface for deploying applications to the cloud with automatic HTTPS, container building, and infrastructure management.
A powerful command-line interface for deploying applications to the cloud with automatic HTTPS, container building, and infrastructure management.
Bernerspace is a streamlined deployment platform that enables developers to quickly deploy applications to the cloud. The CLI tool handles everything from packaging your code to setting up Kubernetes deployments with automatic HTTPS certificates.
✅ One-Command Deploy - Deploy any application with bernerspace init
✅ Auto HTTPS - Automatic SSL certificate provisioning
✅ Multi-Language Support - Python, JavaScript/TypeScript, and more
✅ GitHub Integration - Secure OAuth authentication
✅ Container Building - No Docker required locally
✅ Environment Management - Secure configuration handling
npm install -g @bernerspace/cli
# Navigate to your project directory
cd my-awesome-app
# Initialize and deploy
bernerspace init
That's it! The CLI will:
bernerspace initInitialize and deploy a project. This is the main command that handles the complete deployment workflow:
bernerspace detailsView your stored authentication details and current project information.
bernerspace logoutClear authentication credentials and log out from Bernerspace.
Your Code → CLI Package → Cloud Build → Kubernetes → Live HTTPS URL
The CLI stores configuration locally:
~/.bernerspace/config.json~/.config/bernerspace/config.json%APPDATA%\bernerspace\config.jsoncd my-flask-app
bernerspace init
# Follow the prompts to configure environment variables
# Your app will be live at https://your-app.ideabrowse.com
cd my-express-app
bernerspace init
# CLI auto-detects Node.js and handles the deployment
cd my-custom-app
# Make sure you have a Dockerfile in your project root
bernerspace init
# CLI will use your existing Dockerfile
bernerspace logout
bernerspace init
Make sure the CLI is installed globally:
npm install -g @bernerspace/cli
Check that your application:
package.json, requirements.txt, or DockerfileWe welcome contributions! Please see our GitHub repository for:
ISC License - see the LICENSE file for details.
Built with ❤️ by the Bernerspace team
FAQs
A powerful command-line interface for deploying applications to the cloud with automatic HTTPS, container building, and infrastructure management.
We found that @bernerspace/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.