From a9e7cedb023bd066010de5fb0976bc3a29bc6da2 Mon Sep 17 00:00:00 2001 From: charitarthchugh <37895518+charitarthchugh@users.noreply.github.com> Date: Sun, 9 Aug 2020 19:02:23 -0400 Subject: [PATCH] topgrade: add-page (#4244) --- pages/common/topgrade.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/topgrade.md diff --git a/pages/common/topgrade.md b/pages/common/topgrade.md new file mode 100644 index 0000000000..4fdbe6cd3e --- /dev/null +++ b/pages/common/topgrade.md @@ -0,0 +1,28 @@ +# topgrade + +> Update all applications on the system. +> More at . + +- Run updates: + +`topgrade` + +- Say yes to all updates: + +`topgrade -y` + +- Cleanup temporary/old files: + +`topgrade -c` + +- Disable a certain update operation: + +`topgrade -disable {{operation}}` + +- Only perform a certain update operation: + +`topgrade --only {{operation}}` + +- Edit the config file with default editor: + +`topgrade --edit-config`