github.com/DaAlbrecht/cf-cli@v0.0.0-20231128151943-1fe19bb400b9/.gitpod.yml (about)

     1  additionalRepositories:
     2    - url: https://github.com/cloudfoundry/cli-ci    
     3    - url: https://github.com/cloudfoundry/cli-private    
     4    - url: https://github.com/cloudfoundry/cli-workstation    
     5  
     6  workspaceLocation: cli/.devcontainer/cli.code-workspace
     7  
     8  tasks:
     9    - name: Setup Workspace
    10      before: >
    11        sudo apt install --yes 
    12        icdiff
    13        tldr
    14        fzf
    15  
    16        brew install
    17        asdf
    18        cloudfoundry/tap/credhub-cli
    19        cloudfoundry/tap/bbl
    20        cloudfoundry/tap/bosh-cli
    21        act
    22        tmux
    23        neovim
    24      init: >
    25        tldr --update 
    26        
    27        make clean build
    28      command: out/cf version
    29  
    30  vscode:
    31    extensions:
    32      - vscodevim.vim
    33      - eamodio.gitlens
    34      - golang.go