grafana/pkg/cmd/grafana-cli/commands
Daniel Lee 56c965e5df cli: chmod 755 for backend plugin binaries
Fixes #15500. Does a simple filename check if the binary names ends
with _linux_amd64 or _darwin_amd64 then sets the file mode to 755.
2019-02-18 15:05:34 +01:00
..
commandstest Added --pluginUrl option to grafana-cli for local network plugin installation 2017-09-15 20:34:08 +02:00
testdata cli: chmod 755 for backend plugin binaries 2019-02-18 15:05:34 +01:00
command_line.go Added --pluginUrl option to grafana-cli for local network plugin installation 2017-09-15 20:34:08 +02:00
commands.go cli: fix init of bus 2018-09-25 21:31:24 +02:00
install_command_test.go cli: chmod 755 for backend plugin binaries 2019-02-18 15:05:34 +01:00
install_command.go cli: chmod 755 for backend plugin binaries 2019-02-18 15:05:34 +01:00
listremote_command.go tech(cli): lets use the fact that we have a compiler 2016-06-26 03:47:15 +02:00
listversions_command.go Added grafana-cli command. Added public documentation for specifying plugin version when installing. (#5665) 2016-07-27 09:41:33 +02:00
ls_command_test.go feat(cli): support for asking grafana net about plugins 2016-03-10 16:25:34 +01:00
ls_command.go Simplify comparison to bool constant (gosimple) 2018-04-16 21:04:57 +02:00
remove_command.go remove unused variables detected by varcheck 2018-04-18 19:04:37 +02:00
reset_password_command.go feat(cli): adds command to reset admin password 2016-12-09 15:25:02 +01:00
upgrade_all_command_test.go feat(cli): move cli into main repo 2016-02-15 14:09:34 +01:00
upgrade_all_command.go Merge variable declaration with assignment (gosimple) 2018-04-16 21:04:57 +02:00
upgrade_command.go use pluginName consistently when upgrading plugins 2018-09-13 17:19:51 -04:00