{"id":39223786,"url":"https://github.com/kintone/cli-kintone","last_synced_at":"2026-02-13T02:21:35.626Z","repository":{"id":62925348,"uuid":"509005385","full_name":"kintone/cli-kintone","owner":"kintone","description":"A CLI tool to import/export records to/from kintone.","archived":false,"fork":false,"pushed_at":"2026-02-10T08:03:29.000Z","size":867747,"stargazers_count":31,"open_issues_count":47,"forks_count":8,"subscribers_count":8,"default_branch":"main","last_synced_at":"2026-02-10T12:47:31.415Z","etag":null,"topics":["automation","cli","csv","kintone"],"latest_commit_sha":null,"homepage":"https://cli.kintone.dev/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kintone.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-06-30T08:57:10.000Z","updated_at":"2026-02-10T06:37:59.000Z","dependencies_parsed_at":"2023-12-26T17:48:54.257Z","dependency_job_id":"6a6c23c7-7143-4bae-8e11-84c0283d11c5","html_url":"https://github.com/kintone/cli-kintone","commit_stats":null,"previous_names":[],"tags_count":72,"template":false,"template_full_name":null,"purl":"pkg:github/kintone/cli-kintone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kintone%2Fcli-kintone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kintone%2Fcli-kintone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kintone%2Fcli-kintone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kintone%2Fcli-kintone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kintone","download_url":"https://codeload.github.com/kintone/cli-kintone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kintone%2Fcli-kintone/sbom","scorecard":{"id":279553,"data":{"date":"2025-08-11","repo":{"name":"github.com/kintone/cli-kintone","commit":"eefdebf3b6d1535bef7f2204f8a3c4af0cf14cb5"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.3,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":7,"reason":"Found 3/4 approved changesets -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/release.yml:82","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yml:28","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yml:43","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yml:70","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/test.yml:112","Warn: no topLevel permission defined: .github/workflows/build.yml:1","Warn: no topLevel permission defined: .github/workflows/license.yml:1","Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/lint_pr.yml:12","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/report.yml:1","Warn: no topLevel permission defined: .github/workflows/test-npm.yml:1","Warn: no topLevel permission defined: .github/workflows/test.yml:1","Warn: no topLevel permission defined: .github/workflows/yamory.yml:1"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v1.14.2 not signed: https://api.github.com/repos/kintone/cli-kintone/releases/237856652","Warn: release artifact v1.14.1 not signed: https://api.github.com/repos/kintone/cli-kintone/releases/217864307","Warn: release artifact v1.14.0 not signed: https://api.github.com/repos/kintone/cli-kintone/releases/201067875","Warn: release artifact v1.13.0 not signed: https://api.github.com/repos/kintone/cli-kintone/releases/195047683","Warn: release artifact v1.12.3 not signed: https://api.github.com/repos/kintone/cli-kintone/releases/189110274","Warn: release artifact v1.14.2 does not have provenance: https://api.github.com/repos/kintone/cli-kintone/releases/237856652","Warn: release artifact v1.14.1 does not have provenance: https://api.github.com/repos/kintone/cli-kintone/releases/217864307","Warn: release artifact v1.14.0 does not have provenance: https://api.github.com/repos/kintone/cli-kintone/releases/201067875","Warn: release artifact v1.13.0 does not have provenance: https://api.github.com/repos/kintone/cli-kintone/releases/195047683","Warn: release artifact v1.12.3 does not have provenance: https://api.github.com/repos/kintone/cli-kintone/releases/189110274"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":4,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Info: 'branch protection settings apply to administrators' is required to merge on branch 'main'","Warn: 'stale review dismissal' is disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Warn: 'last push approval' is disabled on branch 'main'","Warn: 'up-to-date branches' is disabled on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Info: Possibly incomplete results: error parsing job operating system: .github/workflows/test.yml:84","Info: Possibly incomplete results: error parsing job operating system: .github/workflows/test.yml:86","Info: Possibly incomplete results: error parsing job operating system: .github/workflows/test.yml:87","Info: Possibly incomplete results: error parsing job operating system: .github/workflows/test.yml:95","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/license.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/license.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/license.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/license.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/license.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/license.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:89: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/report.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/report.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/report.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/report.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/report.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/report.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-npm.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/test-npm.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test-npm.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/test-npm.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-npm.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/test-npm.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-npm.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/test-npm.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-npm.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/test-npm.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-npm.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/test-npm.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-npm.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/test-npm.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-npm.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/test-npm.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:101: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/yamory.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/yamory.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/yamory.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/yamory.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/yamory.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/kintone/cli-kintone/yamory.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/test-npm.yml:47","Info:   0 out of  32 GitHub-owned GitHubAction dependencies pinned","Info:  11 out of  21 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Vulnerabilities","score":0,"reason":"27 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-x4c5-c7rf-jjgv","Warn: Project is vulnerable to: GHSA-rmvr-2pp2-xj38","Warn: Project is vulnerable to: GHSA-xx4v-prfh-6cgc","Warn: Project is vulnerable to: GHSA-qwcr-r2fm-qrc7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-pxg6-pf52-xh8x","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-f7f6-9jq7-3rqj","Warn: Project is vulnerable to: GHSA-qw6h-vgh9-j6wx","Warn: Project is vulnerable to: GHSA-fjxv-7rqg-78g4","Warn: Project is vulnerable to: GHSA-m5qc-5hw7-8vg7","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-mwcw-c2x4-8c55","Warn: Project is vulnerable to: GHSA-76c9-3jph-rj3q","Warn: Project is vulnerable to: GHSA-9wv6-86v2-598j","Warn: Project is vulnerable to: GHSA-rhx6-c78j-4q9w","Warn: Project is vulnerable to: GHSA-22r3-9w55-cj54","Warn: Project is vulnerable to: GHSA-x7hr-w5r2-h6wg","Warn: Project is vulnerable to: GHSA-gcx4-mw62-g8wm","Warn: Project is vulnerable to: GHSA-m6fv-jmcg-4jfg","Warn: Project is vulnerable to: GHSA-cm22-4g7w-348p","Warn: Project is vulnerable to: GHSA-pq67-2wwv-3xjx","Warn: Project is vulnerable to: GHSA-8cj5-5rvv-wf4v","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6","Warn: Project is vulnerable to: GHSA-cxrh-j4jr-qwg3","Warn: Project is vulnerable to: GHSA-4vvj-4cpr-p986"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-17T15:23:56.890Z","repository_id":62925348,"created_at":"2025-08-17T15:23:56.890Z","updated_at":"2025-08-17T15:23:56.890Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29393395,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T00:53:09.511Z","status":"online","status_checked_at":"2026-02-13T02:00:10.076Z","response_time":78,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","cli","csv","kintone"],"created_at":"2026-01-17T23:32:44.868Z","updated_at":"2026-02-13T02:21:35.621Z","avatar_url":"https://github.com/kintone.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cli-kintone\n\n[![npm version](https://badge.fury.io/js/@kintone%2Fcli.svg)](https://badge.fury.io/js/@kintone%2Fcli)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n\nA CLI tool to import/export records to/from [Kintone](https://www.kintone.com/).\n\n## Documentation\n\nSee our documentation website.\n\nhttps://cli.kintone.dev/\n\n## LICENSE\n\n- [MIT](https://github.com/kintone/cli-kintone/blob/main/LICENSE)\n\n## Author\n\nCybozu, Inc.\n\n## Contributors\n\n\u003c!-- credits-begin --\u003e\n\n[\u003cimg src=\"https://avatars.githubusercontent.com/u/33759872?v=4\" alt=\"tasshi-me avatar\" width=\"50\" /\u003e](https://github.com/tasshi-me) [\u003cimg src=\"https://avatars.githubusercontent.com/u/59815499?v=4\" alt=\"hung-cybo avatar\" width=\"50\" /\u003e](https://github.com/hung-cybo) [\u003cimg src=\"https://avatars.githubusercontent.com/u/41720778?v=4\" alt=\"tuanphamcybozu avatar\" width=\"50\" /\u003e](https://github.com/tuanphamcybozu) [\u003cimg src=\"https://avatars.githubusercontent.com/u/14119304?v=4\" alt=\"chick-p avatar\" width=\"50\" /\u003e](https://github.com/chick-p) [\u003cimg src=\"https://avatars.githubusercontent.com/u/9845816?v=4\" alt=\"shisama avatar\" width=\"50\" /\u003e](https://github.com/shisama) [\u003cimg src=\"https://avatars.githubusercontent.com/u/55537988?v=4\" alt=\"nameless-mc avatar\" width=\"50\" /\u003e](https://github.com/nameless-mc) [\u003cimg src=\"https://avatars.githubusercontent.com/u/1001444?v=4\" alt=\"zaki-yama avatar\" width=\"50\" /\u003e](https://github.com/zaki-yama) [\u003cimg src=\"https://avatars.githubusercontent.com/u/250407?v=4\" alt=\"koba04 avatar\" width=\"50\" /\u003e](https://github.com/koba04) [\u003cimg src=\"https://avatars.githubusercontent.com/u/22951237?v=4\" alt=\"b4h0-c4t avatar\" width=\"50\" /\u003e](https://github.com/b4h0-c4t) [\u003cimg src=\"https://avatars.githubusercontent.com/u/1995370?v=4\" alt=\"nakajmg avatar\" width=\"50\" /\u003e](https://github.com/nakajmg) [\u003cimg src=\"https://avatars.githubusercontent.com/u/53943902?v=4\" alt=\"shabaraba avatar\" width=\"50\" /\u003e](https://github.com/shabaraba) [\u003cimg src=\"https://avatars.githubusercontent.com/u/48338353?v=4\" alt=\"shintaroNagata avatar\" width=\"50\" /\u003e](https://github.com/shintaroNagata) [\u003cimg src=\"https://avatars.githubusercontent.com/u/534166?v=4\" alt=\"ueokande avatar\" width=\"50\" /\u003e](https://github.com/ueokande) [\u003cimg src=\"https://avatars.githubusercontent.com/u/62008782?v=4\" alt=\"ryounasso avatar\" width=\"50\" /\u003e](https://github.com/ryounasso) [\u003cimg src=\"https://avatars.githubusercontent.com/u/46946976?v=4\" alt=\"kjmnmt avatar\" width=\"50\" /\u003e](https://github.com/kjmnmt) [\u003cimg src=\"https://avatars.githubusercontent.com/u/8196725?v=4\" alt=\"chihiro-adachi avatar\" width=\"50\" /\u003e](https://github.com/chihiro-adachi) [\u003cimg src=\"https://avatars.githubusercontent.com/u/83929890?v=4\" alt=\"hisasami avatar\" width=\"50\" /\u003e](https://github.com/hisasami) [\u003cimg src=\"https://avatars.githubusercontent.com/u/62086225?v=4\" alt=\"ksm-cy avatar\" width=\"50\" /\u003e](https://github.com/ksm-cy) [\u003cimg src=\"https://avatars.githubusercontent.com/u/15010907?v=4\" alt=\"sakit0 avatar\" width=\"50\" /\u003e](https://github.com/sakit0) [\u003cimg src=\"https://avatars.githubusercontent.com/u/424903?v=4\" alt=\"pirosikick avatar\" width=\"50\" /\u003e](https://github.com/pirosikick) [\u003cimg src=\"https://avatars.githubusercontent.com/u/12896448?v=4\" alt=\"toshi-toma avatar\" width=\"50\" /\u003e](https://github.com/toshi-toma) [\u003cimg src=\"https://avatars.githubusercontent.com/u/10701638?v=4\" alt=\"will-yama avatar\" width=\"50\" /\u003e](https://github.com/will-yama) [\u003cimg src=\"https://avatars.githubusercontent.com/u/26476?v=4\" alt=\"teppeis avatar\" width=\"50\" /\u003e](https://github.com/teppeis) [\u003cimg src=\"https://avatars.githubusercontent.com/u/117426935?v=4\" alt=\"jesslynvc avatar\" width=\"50\" /\u003e](https://github.com/jesslynvc) [\u003cimg src=\"https://avatars.githubusercontent.com/u/30670749?v=4\" alt=\"ahandsel avatar\" width=\"50\" /\u003e](https://github.com/ahandsel) [\u003cimg src=\"https://avatars.githubusercontent.com/u/14838850?v=4\" alt=\"sosukesuzuki avatar\" width=\"50\" /\u003e](https://github.com/sosukesuzuki) [\u003cimg src=\"https://avatars.githubusercontent.com/u/54124561?v=4\" alt=\"potaracom avatar\" width=\"50\" /\u003e](https://github.com/potaracom) [\u003cimg src=\"https://avatars.githubusercontent.com/u/43398321?v=4\" alt=\"niki-cy avatar\" width=\"50\" /\u003e](https://github.com/niki-cy) [\u003cimg src=\"https://avatars.githubusercontent.com/u/625124?v=4\" alt=\"yokotaso avatar\" width=\"50\" /\u003e](https://github.com/yokotaso) [\u003cimg src=\"https://avatars.githubusercontent.com/u/24350169?v=4\" alt=\"mmiyahara avatar\" width=\"50\" /\u003e](https://github.com/mmiyahara)\n\n\u003c!-- credits-end --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkintone%2Fcli-kintone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkintone%2Fcli-kintone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkintone%2Fcli-kintone/lists"}