Add profiles to group sdk and versions #28

Open
opened 2025-04-30 08:57:35 +00:00 by mlvtito · 0 comments
Owner

The idea is to group sdk versions which works together :

tsuru add jdk zulu 11 to my-project
tsuru add nodejs 20 to my-project

Then we could use those versions at once

tsuru use my-project

And symbolic links are available with the profile name:

~/.local/share/tsuru/providers/jdk/profiles/my-project -> ../11
~/.local/share/tsuru/providers/nodejs/profiles/my-project -> ../20
The idea is to group sdk versions which works together : ``` tsuru add jdk zulu 11 to my-project tsuru add nodejs 20 to my-project ``` Then we could use those versions at once ``` tsuru use my-project ``` And symbolic links are available with the profile name: ``` ~/.local/share/tsuru/providers/jdk/profiles/my-project -> ../11 ~/.local/share/tsuru/providers/nodejs/profiles/my-project -> ../20 ```
mlvtito added this to the tsuru project 2025-04-30 08:57:35 +00:00
mlvtito self-assigned this 2025-04-30 08:57:42 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
serious-devs/tsuru#28
No description provided.