1.2.8 • Published 2 years ago

@ecomumbrella/kate v1.2.8

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Kate

To, My wife. ❤️ Because if you're going to do it... "Do it right."

Kate is a NodeJS Command Line interface that assists with the management of projects. Using Docker Kate will make development and hosting easier by including commands that are frequently used by developers but without having to memorize them.

Prerequisites

Before you start, you will need:

Installation

Install using NPM:

npm i -g @ecomumbrella/kate

Usage

Usage: kate [options] [command]

Global Options

OptionDescription
-h, --helpDisplay help for command.

Available Commands

CommandArgumentsDescription
dockerEase into development with Docker. Provides a basic project management interface.
nukeDelete Docker or NPM temporary files.
gitCommonly used Git functionality.
sslGenerates new self-signed SSL Certificates.
possessusername groupnamePossess the current directory by the current user.
onchangedoExecute a command when the contents of a file changes.

Docker Commands

OptionDescription
-h, --helpDisplay help for command.
CommandArgumentsDescription
buildServices are built once and then tagged.
migrateRuns the database migration on the API service.
pruneRemove all unused local volumes from disk.
rebuildStops, deletes, and rebuilds services.
serviceservice, listAdd a tooling service to the project.
startBuilds and starts containers.
stopStops running containers without removing them.
upDetached mode. Builds, (re)creates, starts, and attaches to containers for a service. Unless they are already running, this command also starts any linked services.
push-imagesTags and pushes images to the Google Cloud Platform > Artifact Registry

Nuke Commands

OptionDescription
-h, --helpDisplay help for command.
CommandDescription
dockerRemoves all Docker container, volumes, images, and networks from the disk.
npmRemoves 'package-lock.json' and 'node_modules' from the disk.

Git Commands

OptionDescription
-h, --helpDisplay help for command.
CommandAliasArgumentsDescription
executable+xfileMake a file Git executable.
credentialsStore Git credentials.
1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.3

2 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.2.2

2 years ago

1.1.3

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.1.2

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago