Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Agentctl #1425

Merged
merged 35 commits into from
Sep 3, 2019
Merged

Agentctl #1425

merged 35 commits into from
Sep 3, 2019

Commits on Sep 3, 2019

  1. Add make target for installing agentctl

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    edfe606 View commit details
    Browse the repository at this point in the history
  2. Define version parameter for root command

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    9e81758 View commit details
    Browse the repository at this point in the history
  3. Remove separate version command

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    4a94b74 View commit details
    Browse the repository at this point in the history
  4. Cleanup commands

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    bbef896 View commit details
    Browse the repository at this point in the history
  5. Update copyrights and optimize imports

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    df3d7f9 View commit details
    Browse the repository at this point in the history
  6. Define cli package

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    5978b4b View commit details
    Browse the repository at this point in the history
  7. Refactor subcommands for agentctl

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    f25b8e7 View commit details
    Browse the repository at this point in the history
  8. Cleanup import and vppcli commands

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    da91429 View commit details
    Browse the repository at this point in the history
  9. Use ETCD_ENDPOINTS env var

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    fa1c015 View commit details
    Browse the repository at this point in the history
  10. Fix flags for grpc/http port

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    0308e2e View commit details
    Browse the repository at this point in the history
  11. Add get/put/del as config subcommands

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    844a660 View commit details
    Browse the repository at this point in the history
  12. Cleanup dump command

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    4b13b67 View commit details
    Browse the repository at this point in the history
  13. Fix deps

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    84e72ec View commit details
    Browse the repository at this point in the history
  14. Fix log list

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    b1bf737 View commit details
    Browse the repository at this point in the history
  15. Cleanup global flags and some commands

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    37e5315 View commit details
    Browse the repository at this point in the history
  16. Sort loggers and use template

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    17be2e8 View commit details
    Browse the repository at this point in the history
  17. Improve log list and add new command model

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    dd55e5b View commit details
    Browse the repository at this point in the history
  18. Improve model subcommands

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    983bd37 View commit details
    Browse the repository at this point in the history
  19. Cleanup models command

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    0b84f2a View commit details
    Browse the repository at this point in the history
  20. Run dep ensure

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    4067c38 View commit details
    Browse the repository at this point in the history
  21. Allow changing root command name and make separate vpp command

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    492c97b View commit details
    Browse the repository at this point in the history
  22. Use models in dump command and print as table

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    b127737 View commit details
    Browse the repository at this point in the history
  23. Cleanup dump code

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    c0c0679 View commit details
    Browse the repository at this point in the history
  24. Cleanup commands

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    361b3f6 View commit details
    Browse the repository at this point in the history
  25. Update generate command

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    d267c7e View commit details
    Browse the repository at this point in the history
  26. Cleanup command usage template and allow listing keys

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    0c1229c View commit details
    Browse the repository at this point in the history
  27. Cleanup naming

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    681d073 View commit details
    Browse the repository at this point in the history
  28. Fix import command

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    099449e View commit details
    Browse the repository at this point in the history
  29. Add status command

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    cf256e7 View commit details
    Browse the repository at this point in the history
  30. Remove blank lines

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    a0c6884 View commit details
    Browse the repository at this point in the history
  31. Print info message and error for log set

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    f4caf59 View commit details
    Browse the repository at this point in the history
  32. Update cn-infra

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    e5e213e View commit details
    Browse the repository at this point in the history
  33. Define proper defaults for global flags

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    4a88068 View commit details
    Browse the repository at this point in the history
  34. Fix global flags

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    abedd71 View commit details
    Browse the repository at this point in the history
  35. Satisfy linter

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    1a47521 View commit details
    Browse the repository at this point in the history