Documentation
¶
Index ¶
Constants ¶
View Source
const ( APP = "init-exporter-converter" VER = "0.4.0" DESC = "Utility for converting procfiles from v1 to v2 format" )
App props
View Source
const ( ARG_CONFIG = "c:config" ARG_IN_PLACE = "i:in-place" ARG_NO_COLORS = "nc:no-colors" ARG_HELP = "h:help" ARG_VERSION = "v:version" )
Supported arguments
View Source
const ( MAIN_PREFIX = "main:prefix" PATHS_WORKING_DIR = "paths:working-dir" DEFAULTS_NPROC = "defaults:nproc" DEFAULTS_NOFILE = "defaults:nofile" DEFAULTS_RESPAWN = "defaults:respawn" DEFAULTS_RESPAWN_COUNT = "defaults:respawn-count" DEFAULTS_RESPAWN_INTERVAL = "defaults:respawn-interval" DEFAULTS_KILL_TIMEOUT = "defaults:kill-timeout" )
Config properies
View Source
const DEFAULT_WORKING_DIR = "/tmp"
DEFAULT_WORKING_DIR is path to default working dir
View Source
const PROCFILE_TEMPLATE = `` /* 963-byte string literal not displayed */
PROCFILE_TEMPLATE is template used for generation v2 Procfile
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.