Verbosity
You can set the verbosity level by providing verbose
flag. Accepted values for the flags are provided in the table
below.
Value | Description |
---|---|
1 | Env packages |
2 | Env packages with variables |
3 | Env packages with variables, command and scripts |
4 | All including variables, command and scripts in pre and post envs |
For instance; if you want to only display packages you can execute the following command.
meco --verbose 1
Result would be like;
----------------------------------------------------------------------------------------------------
PRE BUILD
----------------------------------------------------------------------------------------------------
CUSTOM_ENV_NAME : CUSTOM_ENV_VALUE
----------------------------------------------------------------------------------------------------
MASTER PROJECT INTERNAL
----------------------------------------------------------------------------------------------------
mApplication - 1.0.0 > /<PATH>/meco/master/internal/mApplication/1.0.0/mApplication
mCore - 1.0.0 > /<PATH>/meco/master/internal/mCore/1.0.0/mCore
mDeveloper - 1.0.0 > /<PATH>/meco/master/internal/mDeveloper/1.0.0/mDeveloper
mFileSystem - 1.0.0 > /<PATH>/meco/master/internal/mFileSystem/1.0.0/mFileSystem
mMeco - 2.0.0 > /<PATH>/meco/master/internal/mMeco/2.0.0/mMeco
mMecoDocs - 1.0.0 > /<PATH>/meco/master/internal/mMecoDocs/1.0.0/mMecoDocs
mMecoPackage - 1.0.0 > /<PATH>/meco/master/internal/mMecoPackage/1.0.0/mMecoPackage
mMecoRelease - 1.0.0 > /<PATH>/meco/master/internal/mMecoRelease/1.0.0/mMecoRelease
mMecoSettings - 1.0.0 > /<PATH>/meco/master/internal/mMecoSettings/1.0.0/mMecoSettings
mProcess - 1.0.0 > /<PATH>/meco/master/internal/mProcess/1.0.0/mProcess
mQt - 1.0.0 > /<PATH>/meco/master/internal/mQt/1.0.0/mQt
----------------------------------------------------------------------------------------------------
MASTER PROJECT EXTERNAL
----------------------------------------------------------------------------------------------------
extPySide2Darwin - 5.15.2 > /<PATH>/meco/master/external/extPySide2Darwin/5.15.2/extPySide2Darwin
----------------------------------------------------------------------------------------------------
POST BUILD
----------------------------------------------------------------------------------------------------
MECO_APP_NAME :
MECO_APP_PATH :
MECO_DEVELOPER_NAME : soner
MECO_DEVELOPMENT_ENV_NAME :
MECO_DEVELOPMENT_PACKAGES_PATH :
MECO_ENV_LOG_FILE_PATH : /<PATH>/meco/master/users/soner/env/log/log_master_soner.txt
MECO_ENV_SCRIPT_FILE_PATH : /<PATH>/meco/master/users/soner/env/script/env_master_soner.sh
MECO_ES_COMMAND : meco --verbose 1
MECO_ES_VERSION : 1.0.0
MECO_MASTER_PROJECT_EXTERNAL_PACKAGES_PATH: /<PATH>/meco/master/external
MECO_MASTER_PROJECT_INTERNAL_PACKAGES_PATH: /<PATH>/meco/master/internal
MECO_MASTER_PROJECT_NAME : master
MECO_MASTER_PROJECT_PATH : /<PATH>/meco
MECO_MASTER_PROJECT_ROOT_PATH : /<PATH>/meco/master
MECO_PROJECT_EXTERNAL_PACKAGES_PATH : /<PATH>/meco/master/external
MECO_PROJECT_INTERNAL_PACKAGES_PATH : /<PATH>/meco/master/internal
MECO_PROJECT_NAME : master
MECO_PROJECT_PATH : /<PATH>/meco
MECO_PROJECT_ROOT_PATH : /<PATH>/meco/master
MECO_PYTHON_EXECUTABLE_PATH : /<PATH>/_libraries/venv/python382django304/bin/python
MECO_PYTHON_VERSION : 3.8.2
MECO_RESERVED_ENV_NAME : main
MECO_RESERVED_PACKAGES_PATH : /<PATH>/meco/master/developers/soner/reserved/main
MECO_STAGE_ENV_NAME :
MECO_STAGE_PACKAGES_PATH :
MECO_USE_PROJECT_APPS_ONLY : 0
----------------------------------------------------------------------------------------------------
INFO
----------------------------------------------------------------------------------------------------
Master Project Internal Packages (master) : 11
Master Project External Packages (master) : 1
----------------------------------------------------------------------------------------------------
PRODUCT INFO
----------------------------------------------------------------------------------------------------
MECO : 1.0.0 - 2021-01-01
You can use set-only
flag if you want to initialize an environment, but you do not want to display any information
about it, like so;
meco --set-only