Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

aulua schema

schema コマンドは aulua.yaml のスキーマファイルを出力します。

schema コマンドは以下のように実行します。

aulua schema

デフォルトではカレントディレクトリに aulua.schema.json というファイル名で出力します。

-o, --output

出力先ファイルのパスは -o または --output で指定できます。

aulua schema -o path/to/file.json
aulua schema --output path/to/file.json