Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
/ cy-cli-public Public archive

CLI tool for performing various automation tasks.

License

Notifications You must be signed in to change notification settings

Comyune/cy-cli-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cy-cli

CLI tool for automating various tasks.

oclif Version Downloads/week License

Usage

$ npm install -g cy-cli
$ cy COMMAND
running command...
$ cy (-v|--version|version)
cy-cli/0.0.1 darwin-x64 node-v14.5.0
$ cy --help [COMMAND]
USAGE
  $ cy COMMAND
...

Commands

cy help [COMMAND]

display help for cy

USAGE
  $ cy help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

cy ingest

The ingest command takes various formats and processes them into a generic JSON format for manipulation and publishing.

USAGE
  $ cy ingest ./my-note.md

OPTIONS
  -s, --strict  Enable strict mode

DESCRIPTION
  ...
  This will take a markdown document like this:

  # Title
  Content.

  and turn it into a JSON file like this:

  {
    "title": "Title",
    "content": "Content.",
    "date": "2020-08-10"
  }

See code: src/commands/ingest.js

About

CLI tool for performing various automation tasks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published