#
Set
Set configuration options for EnderCliTools. This command allows you to customize table display and dps output globally.
#
Usage
ect config set <COMMAND> [OPTIONS]
#
Subcommands
- Set table display presets and modifierstable - Set default headers for the dps commanddps
#
table
Configure the default table style and modifiers for all EnderCliTools output.
#
Options
--table-preset <TABLE_PRESET>- Predefined table styles:ascii-full- Full ASCII bordersascii-full-condensed- Condensed ASCII bordersascii-no-borders- No bordersascii-borders-only- Only outer bordersascii-borders-only-condensed- Condensed outer bordersascii-horizontal-only- Only horizontal linesascii-markdown- Markdown table styleutf8-full- Full UTF8 bordersutf8-full-condensed- Condensed UTF8 bordersutf8-no-borders- No UTF8 bordersutf8-borders-only- Only UTF8 outer bordersutf8-horizontal-only- Only UTF8 horizontal linesnothing- No formatting
--table-modifier <TABLE_MODIFIER>- Additional table modifiers:utf8-round-corners- Rounded cornersutf8-solid-inner-borders- Solid inner borders
#
Example
PS C:\Users\endki> ect config set table --table-preset utf8-full --table-modifier utf8-round-corners
#
dps
Configure the default headers (columns) for the dps command output.
#
Options
--headers <HEADERS>Set which columns are shown by default. Possible values:id,names,image,status,ports,command,created-at,created,size,labels,mounts
#
Example
PS C:\Users\endki> ect config set dps --headers id,names,status,ports
#
Help
help- Print this message or the help of the given subcommand(s)-h, --help- Print help
See also:
config get | config reset
