Commit graph

5 commits

Author SHA1 Message Date
M. Casqueira
87605d5caf
fix: update nix shell pins to provide Rust 1.94 for edition2024 support (#812) 2026-03-13 15:07:44 -04:00
Michael Hadley
eedd94067c
Fix osx compilation (#666)
* Fix

* Fix
2025-09-24 10:30:03 -05:00
Paulo Cabral Sanz
1b330220d6
Minor fixes (#527)
* Add cargo-release to nix shell

* Fake select env if it's only one
2024-08-05 14:51:39 -03:00
Paulo Cabral Sanz
9e592da724
Fix CLI compilation (#514)
Updated rust version in nix shell.

Updated packages and fixed compilation error caused by breaking changes from hyper 1.0.0-rc, since cargo install doesn't respect cargo lock.

Added the SystemConfiguration framework on mac, since the linker was failing because of it in my machine.
2024-06-24 16:41:23 -03:00
Nebula
0cfb79da46
Migrate to CLI v3 (#304)
* delete everything

* migrate to v3

* basic logout command

* remove pre-release text

* additional error handling in rlwy domain

* fixed backwards logic on rlwy domain

* accept environment id in rlwy run

* default environment on rlwy link if there's only 1

* dont print plugins and services if there are none

* skip serializing nones

* remove entities file

* rename ServiceDomains

* link to project upon init

* remove description prompt

* fully remove description prompt

* remove dead code

* refactor some of the commands

* update repo target

* fix broken render_config

* cleanup unused vars

* remove muts

* bump cargo version to 3.0.0

* change repo on Cargo.toml

---------

Co-authored-by: Angelo <asara019@fiu.edu>
2023-03-03 21:44:32 -05:00