Search Unity

Question Can I automate or cancel CLI interactivity without using -q?

Discussion in 'Unity Cloud Content Delivery' started by MaroLFC, May 29, 2023.

  1. MaroLFC

    MaroLFC

    Joined:
    Aug 6, 2017
    Posts:
    6
    I am attempting to automate CCD deployment using Windows CLI and Jenkins by writing a batch script. I am somewhat new to this, but I am encountering an issue where I want the CLI to refrain from requesting user input while still printing the response. Utilizing the
    -q
    flag doesn't eliminate the interactivity and adding
    -i false
    does nothing Is there a workaround for this?
     
    Last edited: May 29, 2023
  2. SebT_Unity

    SebT_Unity

    Unity Technologies

    Joined:
    Jun 21, 2021
    Posts:
    282
    Hi Maro,

    Thanks for posting on the forums

    Could you try the following code let me know if it is what you are looking for
    --interactive=false