Skip to content

davidjohansson/ecmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ecmd

Written in Go, ecmd is a command line tool for common Escenic tasks. It attempts to support piped input/output to allow for chaining of commands.

Examples

Print title and body for article 123456:

ecmd article -f "title,body" 123456

List contents in news-main of section 121:

ecmd area news-main 121

Print title and body for all articles in news-main area of section 121:

ecmd area news-main 121 | ecmd article -f "title,body"

Print title and content type of the first related item to the first article in news-main area of section 121:

ecmd area news-main 121 | head -n1 | ecmd article -r topcontentrel | ecmd article -f title -c contenttype

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages