Command Line Usage

Show Interpreted Configuration Values

noflux -config-dump

Use a Configuration File

noflux -config-file /etc/noflux.conf

or

noflux -c /etc/noflux.conf

Create Admin User

noflux -create-admin
Enter Username: root
Enter Password: ****

Enable Debug Mode

noflux -debug
[INFO] Debug mode enabled
[INFO] Starting Noflux...

Export feeds

noflux -export-user-feeds username > feeds.opml

Flush All Sessions

noflux -flush-sessions
Flushing all sessions (disconnect users)

Healthcheck

Perform a health check on the given endpoint. The value “auto” try to guess the health check endpoint.

noflux -healthcheck https://noflux.domain.tld/healthcheck

Return 0 as exit code if successful otherwise returns 1.

Show Build Information

noflux -info # or -i
Version: 2.0.15
Build Date: 2019-03-16T18:26:30-0700
Go Version: go1.12
Compiler: gc
Arch: amd64
OS: darwin

Run Database Migrations

export DATABASE_URL=replace_me

noflux -migrate
Current schema version: 0
Latest schema version: 12
Migrating to version: 1
Migrating to version: 2
Migrating to version: 3
Migrating to version: 4
Migrating to version: 5
Migrating to version: 6
Migrating to version: 7
Migrating to version: 8
Migrating to version: 9
Migrating to version: 10
Migrating to version: 11
Migrating to version: 12

Refresh feeds

noflux -refresh-feeds

Reset All Feed Errors

noflux -reset-feed-errors

Reset User Password

noflux -reset-password
Enter Username: myusername
Enter Password: ****

Run Cleanup Tasks

Delete old sessions and archives old entries.

noflux -run-cleanup-tasks

Show Application Version

noflux -version # or -v
2.0.15