Skip to content

Commit 6ad3422

Browse files
authored
updated dockerctl with generated markdown CLI documentation (thanks to @svyotov) (#14)
* updated dockerctl with generated markdown CLI documentation (thanks to @svyotov) Signed-off-by: Frederic BIDON <[email protected]> * updated ci workflow Signed-off-by: Frederic BIDON <[email protected]> --------- Signed-off-by: Frederic BIDON <[email protected]>
1 parent 8251c7d commit 6ad3422

File tree

630 files changed

+36443
-25543
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

630 files changed

+36443
-25543
lines changed

.github/workflows/build.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1010

1111
- name: Set up Go
12-
uses: actions/setup-go@v2
12+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
1313
with:
14-
go-version: 1.16.2
14+
go-version: stable
15+
check-latest: true
16+
cache: true
1517

1618
- name: Install make
1719
run: sudo apt-get install make
@@ -20,7 +22,7 @@ jobs:
2022
run: make build
2123

2224
- name: Save dockerctl executable
23-
uses: actions/upload-artifact@v2
25+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
2426
with:
2527
name: dockerctl-exe
2628
path: cmd/dockerctl/dockerctl
@@ -30,10 +32,10 @@ jobs:
3032
runs-on: ubuntu-latest
3133
needs: build
3234
steps:
33-
- uses: actions/checkout@v2
35+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3436

3537
- name: download dockerctl executable
36-
uses: actions/download-artifact@master
38+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
3739
with:
3840
name: dockerctl-exe
3941
path: cmd/dockerctl
@@ -51,4 +53,4 @@ jobs:
5153
run: make expose-docker
5254

5355
- name: run tests
54-
run: ./tests/main.sh
56+
run: ./tests/main.sh

cli/address_model.go

Lines changed: 38 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)