You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@predictionio.apache.org by unoexperto <gi...@git.apache.org> on 2016/11/09 22:18:46 UTC

[GitHub] incubator-predictionio issue #326: What's command line param for "Would you ...

GitHub user unoexperto opened an issue:

    https://github.com/apache/incubator-predictionio/issues/326

    What's command line param for "Would you like to be informed about new bug fixes and security updates of this template?"

    Guys, what is commandline parameter for `Would you like to be informed about new bug fixes and security updates of this template?` when installing template via
    
    ```
    pio template get apache/incubator-predictionio-template-recommender /opt/MyRecommendation --name Admin --package co.cococo --email support@cocococ.co
    ```
    
    Because of this interactive question I can't wrap installation into docker script.
    
    Thanks!

----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

Re: [GitHub] incubator-predictionio issue #326: What's command line param for "Would you ...

Posted by Tom Chan <yu...@gmail.com>.
A quick fix to this is to do

```
echo y | pio template get apache/incubator-predictionio-template-recommender
/opt/MyRecommendation --name Admin --package co.cococo --email
support@cocococ.co
```

I think there's discussion about removing this check but I hope this will
unblock you in the meanwhile.

Tom

On Wed, Nov 9, 2016 at 2:18 PM, unoexperto <gi...@git.apache.org> wrote:

> GitHub user unoexperto opened an issue:
>
>     https://github.com/apache/incubator-predictionio/issues/326
>
>     What's command line param for "Would you like to be informed about new
> bug fixes and security updates of this template?"
>
>     Guys, what is commandline parameter for `Would you like to be informed
> about new bug fixes and security updates of this template?` when installing
> template via
>
>     ```
>     pio template get apache/incubator-predictionio-template-recommender
> /opt/MyRecommendation --name Admin --package co.cococo --email
> support@cocococ.co
>     ```
>
>     Because of this interactive question I can't wrap installation into
> docker script.
>
>     Thanks!
>
> ----
>
> ----
>
>
> ---
> If your project is set up for it, you can reply to this email and have your
> reply appear on GitHub as well. If your project does not have this feature
> enabled and wishes so, or if the feature is enabled but not working, please
> contact infrastructure at infrastructure@apache.org or file a JIRA ticket
> with INFRA.
> ---
>