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

feat(extensions): add execute command #225

Merged
merged 4 commits into from
Jun 13, 2024

Commits on Jun 13, 2024

  1. feat(extensions): add execute command

    this adds Extensions to the global cmd.go resulting in another section showing up when doing a shuttle --help
    
    To execute an extension simply shuttle myExtension where myExtension is the name of the downloaded extension. All args are passed to the child as well
    
    Signed-off-by: Kasper J. Hermansen <contact@kjuulh.io>
    kjuulh committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    69fd9ea View commit details
    Browse the repository at this point in the history
  2. feat: remember to add error

    Signed-off-by: Kasper J. Hermansen <contact@kjuulh.io>
    kjuulh committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c8cc5ab View commit details
    Browse the repository at this point in the history
  3. feat: without empty line

    Signed-off-by: Kasper J. Hermansen <contact@kjuulh.io>
    kjuulh committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    dee1ebb View commit details
    Browse the repository at this point in the history
  4. feat: adds github remote registry index (#226)

    * feat: with github registry
    
    Signed-off-by: Kasper J. Hermansen <contact@kjuulh.io>
    
    * fix: shuttle extensions
    
    Signed-off-by: Kasper J. Hermansen <contact@kjuulh.io>
    
    * feat: can download private files
    
    Signed-off-by: Kasper J. Hermansen <contact@kjuulh.io>
    
    * feat: remove fluff
    
    Signed-off-by: Kasper J. Hermansen <contact@kjuulh.io>
    
    * feat: fix review comments
    
    Signed-off-by: Kasper J. Hermansen <contact@kjuulh.io>
    
    * feat: it needs to implement the functions
    
    Signed-off-by: Kasper J. Hermansen <contact@kjuulh.io>
    
    ---------
    
    Signed-off-by: Kasper J. Hermansen <contact@kjuulh.io>
    kjuulh committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    3e6ac37 View commit details
    Browse the repository at this point in the history