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

Devshell CLI #13

Merged
merged 1 commit into from
Sep 25, 2020
Merged

Devshell CLI #13

merged 1 commit into from
Sep 25, 2020

Conversation

zimbatm
Copy link
Member

@zimbatm zimbatm commented Sep 25, 2020

No description provided.

func run() error {
app := &cli.App{
Name: "devshell",
Description: "THE developer shell",
Copy link
Contributor

@blaggacao blaggacao Sep 25, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

THE

❤️

@zimbatm zimbatm merged commit 0682586 into master Sep 25, 2020
@zimbatm zimbatm deleted the devshell-cli branch September 25, 2020 17:51
@blaggacao
Copy link
Contributor

I do have some custom packages for dev shells. For example kustomize is a central devshell component to us, but it's been under ongoing heavy development and release activity for the past year or so. Sometimes the last monday's version does not include the latest required bux fixes.

The pace at which nixpkgs catches up — even though extraordinarily up to date — is still sometimes too slow for our use case.

It would be interesting to think of ways how plain nix packages could be plugged into a toml config-based approach and work together with this cli tool seamlessly.

I think devops-responsible persons do have sometimes similar problems: how to ship latest critical bugfixes in devop tools to all developers quickly

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

Successfully merging this pull request may close these issues.

2 participants