0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-23 22:27:35 -05:00
zot/pkg/cli
Andrei Aaron 792e82cbdf Add an 'enable' flag in the server configuration to enable gql-based searches
"extensions": {
        "search": {
            "enable": true
        }
    }
2021-06-24 12:15:25 -07:00
..
cli.go build: add build tags to create customizable binaries 2020-10-22 17:20:07 -07:00
client.go Add a '--verbose' flag to the 'zot images' output 2021-06-24 12:15:25 -07:00
config_cmd.go Raise error when adding a new zot config with an existed saved name 2020-11-04 10:25:34 +02:00
config_cmd_test.go Raise error when adding a new zot config with an existed saved name 2020-11-04 10:25:34 +02:00
cve_cmd.go Add a '--verbose' flag to the 'zot images' output 2021-06-24 12:15:25 -07:00
cve_cmd_test.go Add an 'enable' flag in the server configuration to enable gql-based searches 2021-06-24 12:15:25 -07:00
image_cmd.go Add a '--verbose' flag to the 'zot images' output 2021-06-24 12:15:25 -07:00
image_cmd_test.go Add an 'enable' flag in the server configuration to enable gql-based searches 2021-06-24 12:15:25 -07:00
minimal.go build: add build tags to create customizable binaries 2020-10-22 17:20:07 -07:00
root.go ci/cd:inculde binary type in version information 2021-05-04 13:16:23 -07:00
root_test.go cli: move client-only code out of the server flow 2020-07-14 13:35:56 -04:00
searcher.go Add a '--verbose' flag to the 'zot images' output 2021-06-24 12:15:25 -07:00
service.go Add a '--verbose' flag to the 'zot images' output 2021-06-24 12:15:25 -07:00