Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tnmt/oneaws-flake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

oneaws-flake

A Nix flake for the oneaws Ruby gem.

Features

  • Development environment with Ruby 3.3, Bundler, and AWS CLI
  • Direct installation of oneaws via nix profile install
  • Isolated gem dependencies without conflicts

Installation

Using nix profile

nix profile install github:tnmt/oneaws-flake

Or with priority to avoid conflicts:

nix profile install github:tnmt/oneaws-flake --priority 4

Using nix run

nix run github:tnmt/oneaws-flake -- version

Development

Enter the development shell:

nix develop

This provides:

  • Ruby 3.3
  • Bundler
  • Git
  • AWS CLI v2

Build

Build the package locally:

nix build
./result/bin/oneaws version

Usage

After installation, use oneaws to get AWS credentials from OneLogin:

oneaws getkey

See the oneaws documentation for more details on configuration and usage.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages