Coder Social home page Coder Social logo

gce's Introduction

A flake.nix package for google cloud sdk with components

How to use

  1. Install devbox
  2. In an empty directory run devbox init
  3. Add this repo to your devbox project devbox add github:mohsenari/gce#gce
  4. Go to your devbox shell: devbox shell
  5. Check the list of installed components: gcloud components list

Customization

You can customize this flake by editing the flake.nix file. But make sure to regenerate the flake.lock file by running

nix flake lock --extra-experimental-features nix-command --extra-experimental-features flakes

Package name

Editing the package name results in change in command to install this package. For example, if you change the package name to foo, the command to install this package will become: devbox add github:mohsenari/gce#foo

To change the package name, edit the value gce = ... in flake.nix file under packages = {.

Install other gcloud components

To install more google cloud sdk components, update the line in flake.nix similar to below:

packages = {
    gce = pkgs.google-cloud-sdk.withExtraComponents ([pkgs.google-cloud-sdk.components.gke-gcloud-auth-plugin pkgs.google-cloud-sdk.components.terraform-tools]);
        };

Note that the items in suare brackets are separated by space.

gce's People

Contributors

mohsenari avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.