goqoo-on-kintone / ginue

Ginue is the CLI tool to get settings of kintone via kintone REST API.
9 stars 3 forks source link

"ginue fetch" command #16

Open the-red opened 6 years ago

the-red commented 6 years ago

https://github.com/TailsGarden/ginue/issues/14 でコメントしたように、 こんな感じでpull, merge, pushという案が一つ。

ginue pull development
ginue merge development:master
# masterのJSON編集
ginue merge master:development
ginue push development

別の案として、 PC内のJSON保存先を「ローカル線用」「リモート専用」に分けて こんな風にしてみるのも良いかもしれない。

ginue fetch development
ginue merge origin/development
# JSON編集
ginue push development

でもどうかなー。。。 同じenvでリモート・ローカルとか分けると ややこしくなっちゃうかなー。。。 一旦思いついたのでメモだけ。

しかし良い設計を模索すると、 どうしてもgitに似た感じになってしまう。 gitってすごいですよねー。