Skip to content

Commit d47d9a4

Browse files
committed
add changelog & man page changes
1 parent 946a3a8 commit d47d9a4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

ci/release/changelogs/next.md

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
- Support relative imports. Improve elk error handling: [#2382](https://github.com/terrastruct/d2/pull/2382)
2525
- Support fonts (`fontRegular`, `fontItalic`, `fontBold`, `fontSemiBold`): [#2384](https://github.com/terrastruct/d2/pull/2384)
2626

27+
- d2cli:
28+
- Support `validate` command. [#2415](https://github.com/terrastruct/d2/pull/2415)
29+
2730
#### Bugfixes ⛑️
2831

2932
- Compiler:

ci/release/template/man/d2.1

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
.Ar fmt Ar file.d2 ...
1818
.Nm d2
1919
.Ar play Ar file.d2
20+
.Nm d2
21+
.Ar validate Ar file.d2 ...
2022
.Sh DESCRIPTION
2123
.Nm
2224
compiles and renders
@@ -162,6 +164,8 @@ Lists available themes
162164
Format all passed files
163165
.It Ar play Ar file.d2
164166
Opens the file in playground, an online web viewer (https://play.d2lang.com)
167+
.It Ar validate Ar file.d2 ...
168+
Validate all input files
165169
.El
166170
.Sh ENVIRONMENT VARIABLES
167171
Many flags can also be set with environment variables.

0 commit comments

Comments
 (0)