logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Launch Dev Environments - Manage Docker/K8s with Devpod | Online Free DevTools by Hexmos

Launch reproducible development environments with Devpod. Manage Docker, Kubernetes, and SSH environments for consistent coding. Free online tool, no registration required.

devpod

Launch reproducible development environments using Docker, Kubernetes, or SSH. More information: https://devpod.sh/docs/quickstart/devpod-cli/.

  • Add a provider such as Docker or Kubernetes:

devpod provider add {{provider_name}}

  • List all available providers:

devpod provider list-available

  • Start a workspace from a GitHub repository with a specific IDE:

devpod up {{github.com/user/repo}} {{[-i|--ide]}} {{vscode}}

  • Start a workspace from a local directory:

devpod up {{path/to/project}}

  • Recreate an existing workspace:

devpod up {{workspace_name}} {{[-r|--recreate]}}

  • Reset a workspace to a clean state:

devpod up {{workspace_name}} {{[-x|--reset]}}

  • Add a custom provider from a GitHub repository:

devpod provider add {{org/provider-repo}}

See Also