Skip to content

kafaichoi/onesky-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oneup-cli

Development

stack ghci # to enter repl
stack build # to compile to binary
stack exec oneup-cli # to run the compiled executive. it resolves the build path by stack
stack exec oneup-cli -- download --directory ./tmp/locales --all

Usage

#Upload a specific langauge
$ stack exec oneup-cli -- upload --directory <path/to/locales/folder> --language en

#Download all language files
#Note that we expect there is a subfolder in <path/to/locales/en> which is
used to find out target file names
$ stack exec oneup-cli -- download --directory <path/to/locales/folder> --all

About

OneSky Cli Tool built using Haskell

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published