From 0aba11b64b967e9da7acf35006f86cdb2331a801 Mon Sep 17 00:00:00 2001 From: ines Date: Mon, 14 Aug 2017 16:45:42 +0200 Subject: [PATCH] Update package command docs --- website/docs/api/cli.jade | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/website/docs/api/cli.jade b/website/docs/api/cli.jade index d388069b8..26aa1f883 100644 --- a/website/docs/api/cli.jade +++ b/website/docs/api/cli.jade @@ -351,10 +351,17 @@ p +cell Directory to create package folder in. +row - +cell #[code meta] + +cell #[code --meta-path], #[code -m] +cell option +cell Path to meta.json file (optional). + +row + +cell #[code --create-meta], #[code -c] + +cell flag + +cell + | Create a meta.json file on the command line, even if one already + | exists in the directory. + +row +cell #[code --force], #[code -f] +cell flag