Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-kosko

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-kosko

A CLI tool for creating new Kosko projects.

  • 0.0.0-20240216081430
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-75%
Maintainers
1
Weekly downloads
 
Created
Source

This is a Kosko project bootstrapped with create-kosko command.

Getting Started

Generate Kubernetes manifests with the following command.

npm run generate

The result will be printed in the console. You can pipe the output to kubectl to apply generated manifests on Kubernetes.

npm run --silent generate | kubectl apply -f -

When --env option is set, Kosko will read variables from environment files. Then you can fetch variables with @kosko/env package.

npm run generate -- --env dev

You can try editing files in components and environments folder and re-run npm run generate to see changes.

Learn More

Check Kosko docs for more information about Kosko.

Keywords

FAQs

Package last updated on 16 Feb 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc