scuti

command module
v0.5.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 15, 2024 License: MIT Imports: 1 Imported by: 0

README

Scuti Logo

Scuti

A Lightweight and Reliable Patching Configuration System, Set up in Minutes.

Development

$

To run postgresql with docker or podman for development

$ docker run -itd \
    -e POSTGRES_USER=scuti \
    -e POSTGRES_PASSWORD=scuti \
    -e POSTGRES_DB=scuti_dev \
    -p 5432:5432 \
    --name postgresql \
    postgres:15.2
$ podman run -itd \
    -e POSTGRES_USER=scuti \
    -e POSTGRES_PASSWORD=scuti \
    -e POSTGRES_DB=scuti_dev \
    -p 5432:5432 \
    --name postgresql \
    postgres:15.2
# https://github.com/dbcli/pgcli
$ psql -h 127.0.0.1 -U scuti -d scuti_dev -W

Deployment

$

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, Scuti is maintained under the Semantic Versioning guidelines and release process is predictable and business-friendly.

See the Releases section of our GitHub project for changelogs for each release version of Scuti. It contains summaries of the most noteworthy changes made in each release. Also see the Milestones section for the future roadmap.

Bug tracker

If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/clivern/scuti/issues

Security Issues

If you discover a security vulnerability within Scuti, please send an email to hello@clivern.com

Contributing

We are an open source, community-driven project so please feel free to join us. see the contributing guidelines for more details.

License

© 2022, Clivern. Released under MIT License.

Scuti is authored and maintained by @clivern.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
agent
cmd
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL