commands.sh

dolt add

all

Add the contents of a table to the list of Dolt staged tables.

More info →

Options (1)

-A, --allboolean

Stage all tables

Example: dolt add {{[-A|--all]}}

Examples (2)

Add a table to the list of staged tables (stage a table)

dolt add table

Stage all tables

dolt add [-A|--all]
made by @shridhargupta | data from tldr-pages