From 99e329384cf411b744004da92734f7680038a2d2 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 21 Apr 2021 20:41:22 +0300 Subject: [PATCH] Add a new option `--non-interactive` to `pio package publish` command --- core/userguide/package/cmd_publish.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/core/userguide/package/cmd_publish.rst b/core/userguide/package/cmd_publish.rst index 6cad66923f..e9ccaa3879 100644 --- a/core/userguide/package/cmd_publish.rst +++ b/core/userguide/package/cmd_publish.rst @@ -66,7 +66,7 @@ Custom release date and time in the next format (UTC): 2014-06-13 17:08:52 --private .. note:: - The permission to set custom release dates and times is only available to Super Admins. + The permission to set custom release dates and times is only available to Super Admins. Restrict access to a package (will not be available publicly). The default is to publish a package publicly. @@ -76,6 +76,11 @@ a package publicly. Do not notify by email when package is processed. The default behavior is to notify. +.. option:: + --non-interactive + +Do not show interactive prompt. + See Also --------