[Notes] [Git][BuildGrid/buildgrid][master] Updated `execute` command to `operation` in the documentation.



Title: GitLab

finn pushed to branch master at BuildGrid / buildgrid

Commits:

1 changed file:

Changes:

  • docs/source/using_internal.rst
    ... ... @@ -20,7 +20,7 @@ In one terminal, start a server:
    20 20
     
    
    21 21
     In another terminal, upload an action to CAS:
    
    22 22
     
    
    23
    -.. code-block::sh
    
    23
    +.. code-block:: sh
    
    24 24
     
    
    25 25
        bgd cas upload-dummy
    
    26 26
     
    
    ... ... @@ -34,7 +34,7 @@ The stage should show as ``QUEUED`` as it awaits a bot to pick up the work:
    34 34
     
    
    35 35
     .. code-block:: sh
    
    36 36
     
    
    37
    -   bgd execute list
    
    37
    +   bgd operation list
    
    38 38
     
    
    39 39
     Create a bot session:
    
    40 40
     
    
    ... ... @@ -46,7 +46,7 @@ Show the work as completed:
    46 46
     
    
    47 47
     .. code-block:: sh
    
    48 48
     
    
    49
    -   bgd execute list
    
    49
    +   bgd operation list
    
    50 50
     
    
    51 51
     
    
    52 52
     .. _simple-build:
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]