Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeRDark
bm client deploy --pruneskip

--no-skip

The "no-skip" option will upload all files, including unchanged files on your local machine.

Code Block
languagebash
themeRDark
bm client deploy --no-pruneskip

--prune

The "prune" option will remove any files that don't exist on your local machine.

...