@kosko/cli
Version:
Organize Kubernetes manifests in JavaScript.
179 lines (95 loc) • 5.71 kB
Markdown
# @kosko/cli
## 1.2.0
### Minor Changes
- 7e59095: Add support for ECMAScript modules.
### Patch Changes
- Updated dependencies [7e59095]
- Updated dependencies [7e59095]
- Updated dependencies [7e59095]
- @kosko/require@2.0.0
- @kosko/generate@1.1.0
- @kosko/migrate@2.0.0
## [1.1.2](https://github.com/tommy351/kosko/compare/@kosko/cli@1.1.1...@kosko/cli@1.1.2) (2021-02-27)
**Note:** Version bump only for package @kosko/cli
## [1.1.1](https://github.com/tommy351/kosko/compare/@kosko/cli@1.1.0...@kosko/cli@1.1.1) (2021-01-31)
**Note:** Version bump only for package @kosko/cli
# [1.1.0](https://github.com/tommy351/kosko/compare/@kosko/cli@1.0.1...@kosko/cli@1.1.0) (2021-01-10)
### Features
- **cmd:** Update init dependencies ([0bd5b2d](https://github.com/tommy351/kosko/commit/0bd5b2df4e6a424f6a9d0e1452f693d6de31c348))
## [1.0.1](https://github.com/tommy351/kosko/compare/@kosko/cli@1.0.0...@kosko/cli@1.0.1) (2020-11-22)
**Note:** Version bump only for package @kosko/cli
# [1.0.0](https://github.com/tommy351/kosko/compare/@kosko/cli@1.0.0-alpha.2...@kosko/cli@1.0.0) (2020-11-22)
**Note:** Version bump only for package @kosko/cli
# [1.0.0-alpha.2](https://github.com/tommy351/kosko/compare/@kosko/cli@1.0.0-alpha.1...@kosko/cli@1.0.0-alpha.2) (2020-11-16)
**Note:** Version bump only for package @kosko/cli
# [1.0.0-alpha.1](https://github.com/tommy351/kosko/compare/@kosko/cli@1.0.0-alpha.0...@kosko/cli@1.0.0-alpha.1) (2020-11-16)
**Note:** Version bump only for package @kosko/cli
# [1.0.0-alpha.0](https://github.com/tommy351/kosko/compare/@kosko/cli@1.0.0-alpha.0...@kosko/cli@1.0.0-alpha.0) (2020-11-15)
# 1.0.0-alpha.0 (2020-11-15)
### chore
- **deps:** Upgrade deps ([2d9649b](https://github.com/tommy351/kosko/commit/2d9649b2579cdf75529b07ec42d1bc88e8eb937e))
### Features
- **generate:** Nested components ([f24ab7e](https://github.com/tommy351/kosko/commit/f24ab7e3ee43b15c6685da08cfd3d61be9193f1d))
- **yaml:** Add "@kosko/yaml" package ([5e5505e](https://github.com/tommy351/kosko/commit/5e5505e6f0cc622e234d6d71cad61a576fa970d5))
### BREAKING CHANGES
- **deps:** Drop support for Node.js 8
## 0.9.2 (2020-05-23)
## 0.9.1 (2020-05-03)
# 0.9.0 (2019-09-25)
### Features
- **cli:** Override variables using CLI arguments [#31](https://github.com/tommy351/kosko/issues/31) ([725eb9a](https://github.com/tommy351/kosko/commit/725eb9ace5013dacccd5431ffbe9f61dce228032))
- **cli:** Support base environment ([d542f15](https://github.com/tommy351/kosko/commit/d542f15994e2a1cf17e82814a57d8bbf410adc48))
## 0.8.4 (2019-03-31)
### Bug Fixes
- **cli:** Fix "kosko migrate -f -" not working ([61ece13](https://github.com/tommy351/kosko/commit/61ece13640de3026dbcb6f736fff01a6b9e5199d)), closes [#17](https://github.com/tommy351/kosko/issues/17)
## 0.8.3 (2019-03-09)
## 0.8.2 (2019-03-08)
## 0.8.1 (2019-01-31)
# 0.8.0 (2019-01-30)
### Features
- **cli:** Add migrate command ([f39f7ea](https://github.com/tommy351/kosko/commit/f39f7ea3c7f2d0629c17d379c4989aa3f4dd2ec4))
# 0.7.0 (2019-01-20)
### Features
- **cli:** Add validate command ([4ba93c8](https://github.com/tommy351/kosko/commit/4ba93c816eb5472adc0baf9fabe123008cd9d7af))
- **cli:** Add validate option to generate command ([9fcf198](https://github.com/tommy351/kosko/commit/9fcf1987e1c5597508377bdc1d6ba1e7091d9f4d))
- **cli:** Set extensions when generating ([0619569](https://github.com/tommy351/kosko/commit/0619569557a2b190d747e55e712680eda39ec8f1))
## 0.6.1 (2019-01-18)
### Bug Fixes
- Fix some tests failed on macOS ([e99c3cb](https://github.com/tommy351/kosko/commit/e99c3cb76483fe22b5c0eb6b89df5138a5bdc62a))
### Features
- **cli:** Set paths in config to env ([acb7a51](https://github.com/tommy351/kosko/commit/acb7a51b9a45a2d0fca397133b8ed4de891e1284))
# 0.5.0 (2019-01-16)
### Features
- **cli:** Print error stack in gray ([f6ab1f0](https://github.com/tommy351/kosko/commit/f6ab1f0fea83d1d83462c7f86811b7f66b36c006))
# 0.4.0 (2019-01-13)
### Features
- **cli:** Load config in generate command ([40841d1](https://github.com/tommy351/kosko/commit/40841d14f0408ca45d17b819badec92942a604e6))
- **config:** Use TOML for config syntax ([5b6ca6f](https://github.com/tommy351/kosko/commit/5b6ca6ff3c1d46d99f0decb5f4e4e4fd2e69308b))
## 0.3.4 (2019-01-10)
## 0.3.3 (2019-01-09)
### Bug Fixes
- **cli:** Fix init package.json ([93acafa](https://github.com/tommy351/kosko/commit/93acafaeb6487a5b9636589480e280cbeaa539f8))
### Features
- **env:** Allow manually setting CWD ([164138b](https://github.com/tommy351/kosko/commit/164138b5c133d49a84ed85ba31d5e17bd1f05388))
## 0.3.2 (2019-01-09)
### Bug Fixes
- **cli:** Fix generate tests failed on Windows ([351c9f9](https://github.com/tommy351/kosko/commit/351c9f99ef9959ac1cb520a5d85d905560d5415a))
- **cli:** Import modules from local ([dbb9b18](https://github.com/tommy351/kosko/commit/dbb9b188b08d1bf37b6f3d6be17cedbd217ad5da))
## 0.3.1 (2019-01-07)
### Features
- Add kosko package as an alias of @kosko/cli ([3bf798e](https://github.com/tommy351/kosko/commit/3bf798e6a7d0ee14af89f89391c6c4f5cf4ce706))
# 0.3.0 (2019-01-07)
### Features
- Add "env" package ([eb449f8](https://github.com/tommy351/kosko/commit/eb449f89808cf98685901ab473e03645a3991d99))
## 0.2.8 (2019-01-02)
## 0.2.7 (2019-01-02)
## 0.2.6 (2019-01-01)
## 0.2.5 (2019-01-01)
## [0.2.4](https://github.com/tommy351/kosko/compare/@kosko/cli@0.2.3...@kosko/cli@0.2.4) (2019-01-01)
## 0.2.3 (2019-01-01)
## 0.2.2 (2019-01-01)
### Features
- **require:** New package "require" ([1e4832f](https://github.com/tommy351/kosko/commit/1e4832fca25d2aaf86b1f2260c8785614be4915e))
## 0.2.1 (2019-01-01)
# 0.2.0 (2018-12-31)
# 0.1.0 (2018-12-28)