diff --git a/readme b/readme index 7d08619..75ed03d 100644 --- a/readme +++ b/readme @@ -16,3 +16,55 @@ ready environment will placed into: "dry_run" option for paranoics: ./run-native dry_run with_deps unpack MEGAPROGRAM-1.0.0 + + +List of commands + + do for + List of actions: + - download + - unpack + - build + - install + - install_release + - envdeps + - envdeps_release + - env + - env_release + + dry_run + - simulate activity + + with_deps + - execute for and all deps + + clean_ACTION + - remove all data of completed ACTION for + ex.: clean_unpack MEGAPROGRAM-1.0.0 + + clean_all_unpack + - cleans download and unpack + see: clean_ACTION + + clean_all_env + - cleans install, install_release, envdeps, envdeps_release, env and env_release + see: clean_ACTION + + clean_all_install + - cleans all env and build + see: clean_all_env , clean_ACTION + + clean_all + - remove all data of all completed actions for + + set_undone_ACTION + set_undone_all_unpack + set_undone_all_env + set_undone_all_install + set_undone_all + - mark ACTION incomplete for , but keep action data + see: clean_* comands + + shell + - run shell in environment of +