Skip to content
Snippets Groups Projects
Forked from stackspin / stackspin
Source project has a limited visibility.
  • Varac's avatar
    53e3cf3c
    Process command line arguments · 53e3cf3c
    Varac authored
    We now have:
    
      usage: ci-bootstrap.py [-h] (--create_droplet | --droplet_id ID) [--terminate]
                             [--verbose]
    
      Run bootstrap scriptto deploy Openappstack to a given node.
    
      optional arguments:
        -h, --help        show this help message and exit
        --create_droplet  Create droplet automatically
        --droplet_id ID   ID of droplet to deploy to
        --terminate       Terminate droplet after deploy
        --verbose         Be more verbose
    Verified
    53e3cf3c
    History
    Process command line arguments
    Varac authored
    We now have:
    
      usage: ci-bootstrap.py [-h] (--create_droplet | --droplet_id ID) [--terminate]
                             [--verbose]
    
      Run bootstrap scriptto deploy Openappstack to a given node.
    
      optional arguments:
        -h, --help        show this help message and exit
        --create_droplet  Create droplet automatically
        --droplet_id ID   ID of droplet to deploy to
        --terminate       Terminate droplet after deploy
        --verbose         Be more verbose