gcloud.rst
changeset 2482 b6e75fabe00b
parent 2476 9dcca871e859
child 2493 e83847e718a0
equal deleted inserted replaced
2481:dbe648b5ecf2 2482:b6e75fabe00b
     1 
     1 
     2 ==============
     2 ==============
     3  Google Cloud
     3  Google Cloud
     4 ==============
     4 ==============
       
     5 
       
     6 gcloud filter syntax
       
     7 ===
       
     8 
       
     9 All ``gcloud`` sub-commands ``list`` support ``--filter`` flag to select desired items. Read the
       
    10 docs::
       
    11 
       
    12   gcloud topic filters
       
    13 
       
    14 or:
       
    15 
       
    16 https://cloud.google.com/sdk/gcloud/reference/topic/filters
       
    17   ``gcloud topic filters``
       
    18 
       
    19 Examples::
       
    20 
       
    21   gcloud compute instances list --filter='name~^stage-' --format='get(name)'
       
    22   gcloud scheduler jobs list --filter='name~/stage-' --format='get(name)'
     5 
    23 
     6 Load balancer
    24 Load balancer
     7 =============
    25 =============
     8 
    26 
     9 https://cloud.google.com/load-balancing/docs/https/traffic-management
    27 https://cloud.google.com/load-balancing/docs/https/traffic-management