Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

<ul> <li> <code>bundle-id=</code> <br>Required if <code>bundle
  • bundle-id=
    Required if bundle_name=
</code>
  • is
  • not
  • specified;
of the bundle to be promoted. <li> <code>bundle-name=</code> <br>Required if <code>bundle_id=</code> is not specified; Name of the bundle to be promoted. <li> <code>promotion
  •  of the bundle to be promoted.
  • bundle-name=
    Required if bundle_id= is not specified; Name of the bundle to be promoted.
  • promotion-target-id=
</code> <br> of the promotion
  •  of the promotion target;
  • Optional
  • if
  • specified
  • on
  • the
  • bundle
  • and
  • if
<code>promotion
  • promotion-target-name=
</code>
  • is
  • not
  • specified.
<li> <code>promotion
  • promotion-target-name=
</code> <br> Name of the promotion target; Optional if specified on the bundle and if <code>promotion

  • Name of the promotion target; Optional if specified on the bundle and if promotion-target-id=
</code>
  • is
  • not
  • specified.
<li> <code>override
  • override-user=
</code> <br>

  • Optional;
  • User
  • ID
  • to
  • override
  • the
  • user
  • ID
  • provided
  • from
  • the
  • Promotion
  • Target
  • record.
<li> <code>override
  • override-password=
</code> <br> Required if <code>override

  • Required if override-user=
</code>
  • is
  • specified;
  • Password
  • of
  • the
  • User
  • ID
  • being
  • used
  • to
  • override
  • the
  • user
  • ID
  • provided
  • from
  • the
  • Promotion
  • Target
  • record.
<li> <code>schedule=</code> <br>
  • schedule=
    Required;
  • Specification
  • (not
  • case
  • sensitive)
  • for
  • whether
  • to
  • schedule
  • the
  • promotion
  • (
<b>Yes
  • Yes/Y/
true</b>
  • true)
  • or
  • promote
  • the
  • Bundle
  • immediately
  • (
<b>No
  • No/N/
false</b>
  • false).
<li> <code>date=</code> <br> Required if <code>schedule=</code><b>Yes/Y/true</b>; Promotion schedule date in format
  • date=
    Required if schedule=Yes/Y/true; Promotion schedule date in format yyyy-MM-dd.
<li> <code>time=</code> <br> Optional if <code>schedule=</code><b>Yes/Y/true</b>; Promotion schedule time in format HH-mm (default is
  • time=
    Optional if schedule=Yes/Y/true; Promotion schedule time in format HH-mm (default is 00:00).
<li> <code>create
  • create-snapshot=
</code> <br> Optional if <code>schedule=</code><b>Yes

  • Optional if schedule=Yes/Y/
true</b>
  • true;
  • Specification
  • (
<b>Yes
  • Yes/Y/
true</b> or <b>No
  • true or No/N/
false</b>
  • false;
  • not
  • case
  • sensitive)
  • for
  • whether
  • a
  • Bundle
  • snapshot
  • should
  • be
  • taken
  • and
  • stored
  • with
  • the
  • scheduled
  • promotion.
  • Default
  • is
<b>No
  • No/N/
false</b>. <li> <code>notification
  • false.
  • notification-option=
</code> <br>

  • Optional;
  • Operation
  • (if
  • any)
  • that
  • will
  • cause
  • a
to be sent when the promotion is done (not case sensitive): <b>operation_failure</b>
  •  to be sent when the promotion is done (not case sensitive): operation_failure (default),
<b>operation
  • operation_success/
failure</b>
  • failure,
  • or
<b>operation_success</b>. <li> <code>allow
  • operation_success.
  • allow-unv-tmplt-changes=
</code> <br>

  • Optional;
  • Specification
  • (not
  • case
  • sensitive)
  • for
  • whether
  • to
  • allow
  • (
<b>Yes
  • Yes/Y/
true</b>
  • true)
  • or
  • not
  • allow
  • (
<b>No
  • No/N/
false</b>
  • false)
  • the
  • Bundle
  • to
  • contain
  • new
  • or
  • changed
  • Universal
  • Templates.
</ul>

Description

Schedules the promotion of a Bundle.

Syntax

uagcmd ops-promote-bundle global parameters {bundle-id=ID | bundle-name=name} [promotion-target-id=ID | promotion-target-name=name] {[override-user=user] override-password=password} schedule=option {date=date [time=time]} [create-snapshot=option] [notification-option=notification] [allow-unv-tmplt-changes=option]

Parameters

Html bobswift
Html bobswift
Html bobswift
Html bobswift

Example


<pre>uagcmd
uagcmd ops-promote-bundle 
-c config.cfg
 bundle-name=Bundle A schedule=Yes date=2015-06-12 create-snapshot=Yes 
</pre>
Panel
Html bobswift
Html bobswift