github.com/khulnasoft/cli@v0.0.0-20240402070845-01bcad7beefa/cli/config/configfile/testdata/plugin-config.golden (about)

     1  {
     2  	"auths": {},
     3  	"plugins": {
     4  		"plugin1": {
     5  			"data1": "some string",
     6  			"data2": "42"
     7  		},
     8  		"plugin2": {
     9  			"data3": "some other string"
    10  		}
    11  	}
    12  }