Skip to content

Instantly share code, notes, and snippets.

@kitsuyui
Last active October 5, 2017 13:29
Show Gist options
  • Save kitsuyui/ab199752f977942629f475073f797f8c to your computer and use it in GitHub Desktop.
Save kitsuyui/ab199752f977942629f475073f797f8c to your computer and use it in GitHub Desktop.
embulk の隠しコマンド embulk irb と embulk exec ref: http://qiita.com/kitsuyui/items/311d37637e47f0d75e2b
$ embulk irb
2017-10-04 23:49:33.706 +0900: Embulk v0.8.30
irb(main):001:0> p 'yay'
"yay"
=> "yay"
irb(main):004:0> 3.times {|i| print(i)}
012=> 3
$ embulk exec env
GEM_HOME=...
JAVA_MAIN_CLASS_12912=...
RUBY=...
JAVA_ARCH=x86_64
GEM_PATH=
.
.
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment