Search Unity

Feedback Allow to use badge for release_id in "ucd releases" commands

Discussion in 'Unity Cloud Content Delivery' started by Peter77, Sep 22, 2021.

  1. Peter77

    Peter77

    QA Jesus

    Joined:
    Jun 12, 2013
    Posts:
    6,609
    UCD 0.9.14

    From a CLI perspective it makes things easier when I could also use badges in
    ucd.exe releases
    commands.

    For example, to fetch the latest info on a release, I could do:
    Code (CSharp):
    1. ucd.exe releases info latest --bucket bucket_id
    Right now I have to perform three steps to get the latest info via CLI:
    Code (CSharp):
    1. ucd releases list --bucket bucket_id
    2. <parse stdout to extract release_id of latest>
    3. ucd releases info release_id --bucket bucket_id
    If badges can't be supported, please add at least
    latest
    as
    release_id
    substitution. It's also displayed when getting the releases list:
    Code (CSharp):
    1. Releases for current bucket (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx):
    2.   2021-09-22 04:14:04  #91 (723258b6-ca82-46b9-989a-49a41a7f0a5a)  latest
    3.   2021-09-21 11:33:54  #90 (a346519d-329e-43b2-9b31-3be7d5a71ec1)
     
    Last edited: Sep 26, 2021
  2. neal-wang

    neal-wang

    Unity Technologies

    Joined:
    Feb 23, 2021
    Posts:
    7
    Hi @Peter77 , thank you for the valuable feedback! We added this to our backlog, I will follow up with you in this thread once this feature is live.
     
    Peter77 likes this.