@krovacloud/cli 0.5.8 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/index.js +1173 -1207
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,16 @@ All notable changes to `@krovacloud/cli` are documented here.
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
## 0.6.0
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
|
|
11
|
+
- `krova domains records <cube> <domain-id>` — the DNS records a domain needs
|
|
12
|
+
and whether each one resolves yet.
|
|
13
|
+
- `krova domains add` now prints the records to publish. Attaching a domain does
|
|
14
|
+
nothing until they exist, and for a wildcard two of the three were not
|
|
15
|
+
discoverable from anything the CLI printed.
|
|
16
|
+
|
|
7
17
|
## 0.5.1
|
|
8
18
|
|
|
9
19
|
### Changed
|