Scroll to navigation

SNACTOR(1) User Commands SNACTOR(1)

NAME

snactor - development and repository management tool for leapp

SYNOPSIS

snactor [-h|--help] [--version] [--logger-config <LOGGER_CONFIG>] [--config <CONFIG>] [--verbose] [--debug] <command> [command options]

DESCRIPTION

snactor is designed to get you quickly started with leapp actor development and allows you to create and run custom workflows.

OPTIONS

-h, --help
Show usage info and exit.

--version
Show version number of the utility and exit.

--logger-config <LOGGER_CONFIG>
Allow overriding the default location of logger.conf. See LEAPP_LOGGER_CONFIG for more information.

--config <CONFIG>
Allow overriding the default location of leapp.conf. See LEAPP_CONFIG for more information.

--debug
Print all available log messages (debug, info, warning, error, critical) and output of executed commands to stderr.
By default only error and critical level messages are printed.

--verbose
Print all but debug log messages (info, warning, error, critical) to stderr.
By default only error and critical level messages are printed.

COMMANDS

discover
Discovers all available entities in the current repository.

new-actor
Creates a new actor.

new-model
Creates a new model.

new-tag
Creates a new tag.

new-topic
Creates a new topic.

run
Executes the given actor.

messages
Messaging related commands.

workflow
Workflow related commands.

repo
Repository related commands.

ENVIRONMENT

LEAPP_CONFIG

Overrides the default location of leapp.conf. If not specified, .leapp/leapp.conf is used when the command is executed inside a leapp repository, otherwise the default /etc/leapp/leapp.conf is used.

LEAPP_LOGGER_CONFIG

Overrides the default location of logger.conf. If not specified, the default /etc/leapp/logger.conf is used.

LEAPP_DEBUG

Enables debug logging. See --debug for more information.

LEAPP_VERBOSE

Enables verbose logging. See --verbose for more information.

REPORTING BUGS

Report bugs to bugzilla (https://bugzilla.redhat.com) under the `Red Hat Enterprise Linux 7` product and the `leapp-repository` component.

SEE ALSO

leapp(1)

More info available at https://leapp.readthedocs.io/.

2023-02-21 snactor 0.15.1