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: Implement the missing docker-compose commands #77

Merged
merged 2 commits into from
May 27, 2023

Conversation

xmnlab
Copy link
Contributor

@xmnlab xmnlab commented May 27, 2023

Implement the missing docker-compose command in the main profile/plugin.
This is the complete list of the supported commands:

      build [options] [SERVICE...]
      config [options]
      create [options] [SERVICE...]
      down [options] [--rmi type] [--volumes] [--remove-orphans]
      events [options] [SERVICE...]
      exec [options] SERVICE COMMAND [ARGS...]
      images [options] [SERVICE...]
      kill [options] [SERVICE...]
      logs [options] [SERVICE...]
      pause [options] SERVICE...
      port [options] SERVICE PRIVATE_PORT
      ps [options] [SERVICE...]
      pull [options] [SERVICE...]
      push [options] [SERVICE...]
      restart [options] [SERVICE...]
      rm [options] [-f | -s] [SERVICE...]
      run [options] [-p TARGET...] [-v VOLUME...] [-e KEY=VAL...]
          [-l KEY=VAL...] SERVICE [COMMAND] [ARGS...]
      start [options] [SERVICE...]
      stop [options] [SERVICE...]
      top [options] [SERVICE...]
      unpause [options] SERVICE...
      up [options] [--scale SERVICE=NUM...] [--no-color]
          [--quiet-pull] [SERVICE...]
      version [options]

the previous commands for start and restart was moved to ext profile/plugin, so in order to use
the same behavior it is necessary to run kxgr ext start or kxgr ext restart.

In follow-up works, more commands will be added to ext profile/plugin and maybe user defined "function" profile would be added in the future.

@xmnlab xmnlab merged commit bafbc1d into osl-incubator:main May 27, 2023
5 checks passed
@xmnlab xmnlab deleted the add-more-sugar-main-commands branch May 27, 2023 15:46
@github-actions
Copy link

🎉 This PR is included in version 1.6.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant