-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
44 changed files
with
633 additions
and
293 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
26f826e98ac14e6710715a57d6004ca3de35c4ada65e10a86066c1987f407392 docker-scout_1.0.0_darwin_arm64.tar.gz | ||
5c7b9815ba20a1a7b9c86ccaff1e731d78a0e767b1966fcbeb7fb877cb383196 docker-scout_1.0.0_darwin_amd64.tar.gz | ||
6764a509696a6ab873850e3049ffaed70527059f6c523e724f496863e2dde20e docker-scout_1.0.0_linux_arm64.tar.gz | ||
77db7c285637d1e5f3c5f573c2c62e9aff8087c182ba0ee6948c6607d5549e6e docker-scout_1.0.0_linux_amd64.tar.gz | ||
90a1051da750661333e8817c10e1f1f4acc8f080676145f53a23dd4997a8c89c docker-scout_1.0.0_windows_arm64.zip | ||
d1ba1b78310643f56988a197c28404c6f7ea5fd329d34d1a20cfb81f6d7cba23 docker-scout_1.0.0_windows_amd64.zip |
Binary file not shown.
Binary file renamed
BIN
+18.6 MB
dist/docker-scout_0.24.1_darwin_amd64.tar.gz → dist/docker-scout_1.0.0_darwin_arm64.tar.gz
Binary file not shown.
Binary file renamed
BIN
+18.6 MB
dist/docker-scout_0.24.1_windows_amd64.zip → dist/docker-scout_1.0.0_linux_amd64.tar.gz
Binary file not shown.
Binary file renamed
BIN
+16.9 MB
dist/docker-scout_0.24.1_windows_arm64.zip → dist/docker-scout_1.0.0_linux_arm64.tar.gz
Binary file not shown.
Binary file renamed
BIN
+18 MB
dist/docker-scout_0.24.1_darwin_arm64.tar.gz → dist/docker-scout_1.0.0_windows_amd64.zip
Binary file not shown.
Binary file renamed
BIN
+18 MB
dist/docker-scout_0.24.1_linux_amd64.tar.gz → dist/docker-scout_1.0.0_windows_arm64.zip
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
command: docker scout integration | ||
short: Commands to list, configure, and delete Docker Scout integrations | ||
long: Commands to list, configure, and delete Docker Scout integrations | ||
pname: docker scout | ||
plink: docker_scout.yaml | ||
cname: | ||
- docker scout integration configure | ||
- docker scout integration delete | ||
- docker scout integration list | ||
clink: | ||
- docker_scout_integration_configure.yaml | ||
- docker_scout_integration_delete.yaml | ||
- docker_scout_integration_list.yaml | ||
inherited_options: | ||
- option: debug | ||
value_type: bool | ||
default_value: "false" | ||
description: Debug messages | ||
deprecated: false | ||
hidden: true | ||
experimental: false | ||
experimentalcli: false | ||
kubernetes: false | ||
swarm: false | ||
deprecated: false | ||
experimental: false | ||
experimentalcli: false | ||
kubernetes: false | ||
swarm: false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
command: docker scout integration configure | ||
short: Configure or update a new integration configuration | ||
long: | | ||
The docker scout integration configure command creates or updates a new integration configuration for an organization. | ||
usage: docker scout integration configure INTEGRATION | ||
pname: docker scout integration | ||
plink: docker_scout_integration.yaml | ||
options: | ||
- option: name | ||
value_type: string | ||
description: Name of integration configuration to create | ||
deprecated: false | ||
hidden: false | ||
experimental: false | ||
experimentalcli: false | ||
kubernetes: false | ||
swarm: false | ||
- option: org | ||
value_type: string | ||
description: Namespace of the Docker organization | ||
deprecated: false | ||
hidden: false | ||
experimental: false | ||
experimentalcli: false | ||
kubernetes: false | ||
swarm: false | ||
- option: parameter | ||
value_type: stringSlice | ||
default_value: '[]' | ||
description: Integration parameters in the form of --parameter NAME=VALUE | ||
deprecated: false | ||
hidden: false | ||
experimental: false | ||
experimentalcli: false | ||
kubernetes: false | ||
swarm: false | ||
inherited_options: | ||
- option: debug | ||
value_type: bool | ||
default_value: "false" | ||
description: Debug messages | ||
deprecated: false | ||
hidden: true | ||
experimental: false | ||
experimentalcli: false | ||
kubernetes: false | ||
swarm: false | ||
deprecated: false | ||
experimental: false | ||
experimentalcli: false | ||
kubernetes: false | ||
swarm: false | ||
|
Oops, something went wrong.