Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bostrt/fccb
NOT MAINTAINED
https://github.com/bostrt/fccb
Last synced: 19 days ago
JSON representation
NOT MAINTAINED
- Host: GitHub
- URL: https://github.com/bostrt/fccb
- Owner: bostrt
- License: apache-2.0
- Created: 2020-08-20T20:18:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T20:26:41.000Z (over 4 years ago)
- Last Synced: 2024-04-24T12:07:52.897Z (9 months ago)
- Language: Go
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fccb
A command line tool for building Fedora CoreOS Configs (FCC): .
### Examples
```shell
$ fccb add file test.fcc mymotd.txt -p /etc/motd # Add motd
$ fccb add unit test.fcc -f test.service -d test.service.d/ # Add Systemd service unit and some drop-ins
$ fccb add user test.fcc -n bostrt -G floppy -s /bin/ksh # Add user in floppy and uses KSH
```### TODO:
- Update the input FCC file instead of just stdout.
- Implement rest of FCC fields in .
- Clean up code if this ends up be really useful.