File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88
99 steps :
10- - uses : actions/checkout@v1
10+ - uses : actions/checkout@v2
1111 - name : GitHub Action for Flake8
1212 uses : cclauss/GitHub-Action-for-Flake8@v0.5.0
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ name: Publish Docs
22
33on :
44 push :
5- tags :
6- - ' v* '
5+ branches :
6+ - master
77
88jobs :
99 deploy :
10- runs-on : ubuntu-18.04
10+ runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v2
1313
Original file line number Diff line number Diff line change 99 deploy :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v1
12+ - uses : actions/checkout@v2
1313 - name : Set up Python
14- uses : actions/setup-python@v1
14+ uses : actions/setup-python@v2
1515 with :
1616 python-version : ' 3.x'
1717 - name : Install dependencies
Original file line number Diff line number Diff line change 2626 - name : Test with tox
2727 run : tox
2828
29- - name : GitHub Action for Flake8
30- uses : cclauss/GitHub-Action-for-Flake8@v0.5.0
31-
3229 - name : Upload coverage to Codecov
3330 uses : codecov/codecov-action@v1
3431 with :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ The official [cloudscale.ch](https://www.cloudscale.ch) command line interface (
44
55## Install
66
7- Packages are publish on [ PyPi] ( https://pypi.org/project/cloudscale-cli/ ) .
7+ Packages are published on [ PyPi] ( https://pypi.org/project/cloudscale-cli/ ) .
88
99Install using ` pip ` or alternatively [ pipx] ( https://pipxproject.github.io/pipx/ ) :
1010
@@ -28,9 +28,11 @@ Options:
2828 -p, --profile TEXT Profile used in config file.
2929 --debug Enables debug log output.
3030 -o, --output [table|json] Output format. [default: table]
31+ -v, --verbose Verbose output.
3132 -h, --help Show this message and exit.
3233
3334Commands:
35+ custom-image
3436 flavor
3537 floating-ip
3638 image
You can’t perform that action at this time.
0 commit comments