Skip to content

♻️ Clean Up justfile #1386

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ryancheley opened this issue May 3, 2025 · 0 comments
Open

♻️ Clean Up justfile #1386

ryancheley opened this issue May 3, 2025 · 0 comments
Assignees

Comments

@ryancheley
Copy link
Member

Based on the work in #1383 the justfile there are some commands which are helpful for the server admin and aren't usable by a non-server admin. I think these should be called out more specifically and added to a [server-admin] group.

For example, the recipe deploy require the server root password and is in the [deployment] group. A second group could be added to this to make it clearer that only a server admin would be able to use it.

There are also some commands which require a virtual environment, so adding them to a group called something like [venv-required] might be helpful ... or adding to the doc string that a virtual environment is required.

We can also add the following command so that it will run on Windows. This does not impact the ability to run on macOS

set windows-shell := ["powershell.exe", "-NoLogo", "-Command"]
@ryancheley ryancheley self-assigned this May 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant