New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

kubey

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kubey

k8 deploys made easy!!!

  • 1.0.1
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

kubey

k8 deploys made easy!!!

Install

npm install -g kubey

  • Install
  • Usage
  • .kubey.json :star:
  • Commands

Usage

$ npm install -g kubey
$ kubey COMMAND
running command...
$ kubey (-v|--version|version)
kubey/1.0.1 darwin-x64 node-v9.7.1
$ kubey --help [COMMAND]
USAGE
  $ kubey COMMAND
...

.kubey.json :star:

The .kuby.json file is there to help make deployments even easier.

{
    "name":"<your app name>",
    "namespace":{
        "working":"",
        "production":""
    },
    "context":{
        "working":"",
        "production":""
    }
}

And that is the only configuration you need !!! :tada: :tada: Using the example-project dir as an example, while inside run

kubey deploy ./deploy -e ./.env -w

and all of your deployments and secrets will be deployed to your working cluster described in your .kubey.json !! :zap: :zap: :zap:

Commands

kubey deploy [DIR]

Use this command to deploy your kubey..yml files!

USAGE
  $ kubey deploy [DIR]

OPTIONS
  -d, --dry      have a dry run to see if your files are goot!
  -e, --env=env  Path to an env file
  -h, --help     show CLI help
  -p, --prod     Pass this bb in to use the prod versions of your kubey.json
  -w, --working  Pass this bb in to use the working versions of your kubey.json

See code: src/commands/deploy.ts

kubey help [COMMAND]

display help for kubey

USAGE
  $ kubey help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

kubey deploy [DIR]

Use this command to deploy your kubey..yml files!

USAGE
  $ kubey deploy [DIR]

OPTIONS
  -d, --dry      have a dry run to see if your files are goot!
  -e, --env=env  Path to an env file
  -h, --help     show CLI help
  -p, --prod     Pass this bb in to use the prod versions of your .kubey.json
  -w, --working  Pass this bb in to use the working versions of your .kubey.json

See code: src/commands/deploy.ts

Keywords

FAQs

Package last updated on 17 Aug 2018

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