diff --git a/website/blog/2024-10-23-cli-kintone-v1-12-0.md b/website/blog/2024-10-23-cli-kintone-v1-12-0.md new file mode 100644 index 0000000000..55dac6cf6d --- /dev/null +++ b/website/blog/2024-10-23-cli-kintone-v1-12-0.md @@ -0,0 +1,38 @@ +--- +slug: cli-kintone-v1-12-0 +title: cli-kintone v1.12.0 +authors: [tasshi, extensions-platform-team] +tags: [release] +--- + +We are happy to announce the release of **cli-kintone v1.12.0** 🎉 + +## What's new? + +There are two notable updates. + +### cli-kintone is available on npmjs.com now! + +We started to publish cli-kintone to [npmjs.com](https://www.npmjs.com/) as [`@kintone/cli`](https://www.npmjs.com/package/@kintone/cli). + +Run the `npm install` command to install: + +```shell +npm i -g @kintone/cli +``` + +For more details, see the [Installation](/guide/installation/#from-npmjscom) page. + +cli-kintone is mainly used for kintone automations by IT administrators, but also used in plugin/customization development and on CI/CD. + +This update is to provide easier installation for developers in a Node.js installed environment. + +### Stability Index + +We defined **Stability Index** to indicate features stability. + +See the [Stability Index](/community/stability-index/) page for more details. + +## Miscellaneous + +See the [changelog](https://github.com/kintone/cli-kintone/blob/main/CHANGELOG.md#1120-2024-10-24) for an exhaustive list of changes. diff --git a/website/blog/authors.yml b/website/blog/authors.yml index 53b136b46e..55112fbeac 100644 --- a/website/blog/authors.yml +++ b/website/blog/authors.yml @@ -1,34 +1,31 @@ +extensions-platform-team: + name: kintone Extensions Platform Team + url: https://github.com/kintone + image_url: https://github.com/kintone.png + tasshi: name: tasshi (Masaharu Tashiro) - title: Product Owner of kintone DX Team url: https://github.com/tasshi-me image_url: https://github.com/tasshi-me.png +chihiro-adachi: + name: Chihiro Adachi + url: https://github.com/chihiro-adachi + image_url: https://github.com/chihiro-adachi.png + +shabaraba: + name: Takahiro Kawakami + url: https://github.com/shabaraba + image_url: https://github.com/shabaraba.png + +hisasami: + name: Mariko Hisamatsu + url: https://github.com/hisasami + image_url: https://github.com/hisasami.png + +# DX team have been closed. +# Keeping this entry for past posts. dx-team: name: kintone DX Team url: https://github.com/kintone image_url: https://github.com/kintone.png - -ueokande: - name: Shin'ya Ueoka - title: Team leader of kintone DX team - url: https://ueokande.com - image_url: https://github.com/ueokande.png - -hung: - name: Nguyen Thai Hung - title: Software engineer of kintone DX team - url: https://github.com/hung-cybo - image_url: https://github.com/hung-cybo.png - -tuan: - name: tuan-pham - title: Software engineer of kintone DX team - url: https://github.com/tuanphamcybozu - image_url: https://github.com/tuanphamcybozu.png - -minh: - name: minh-nguyen - title: Quality assurance of kintone DX team - url: https://github.com/minh-nguyen1985 - image_url: https://github.com/minh-nguyen1985.png