mMecoSettings - Commands


mmecosettings-create-app

Command creates a brand new Meco™ app file in mMecoSettings package.

Note: You must be in a development environment named main and have mMecoSettings package initialized in the environment for this command to work.

Flags

Short Long Type Default Example Description
name name str N/A maya2021 Name of the app that will be created.

Examples

mmecosettings-create-app maya2021

# Result

Meco App file has been created.

/<PATH>/meco/master/developers/soner/development/main/mMecoSettings/resources/apps/maya2021.app

mmecosettings-list-app

List all available app files in the environment.

Flags

Short Long Type Default Example Description
d detail bool false N/A Display detail.

Examples

mmecosettings-list-app

# Result

atom
mari2019
maya2020
maya2021
nuke12
pycharm

6 Meco Apps found.
mmecosettings-list-app -d

# Result

Meco App File      : /<PATH>/meco/master/developers/soner/development/main/mMecoSettings/resources/apps/atom.app
developer          : developer@company.com
description        : Atom
darwinExecutable   : open -a Atom.app
linuxExecutable    : atom
windowsExecutable  : atom.exe
globalEnvClassName : Atom
application        : atom
folderName         : atom
version            : 1.53.0
packages           :

more info displayed...

mmecosettings-search-app

Search available app files in the environment by given keyword.

Flags

Short Long Type Default Example Description
keyword keyword str N/A node Keyword to find app files.
d detail bool false N/A Display detail.

Examples

mmecosettings-search-app maya

# Result

maya2020

1 Meco Apps found.
mmecosettings-search-app maya -d

# Result

Meco App File      : /<PATH>/meco/master/developers/soner/development/main/mMecoSettings/resources/apps/maya2020.app
developer          : developer@company.com
description        : Autodesk Maya 2020
darwinExecutable   : /Applications/Autodesk/maya2020/Maya.app/Contents/bin/maya
linuxExecutable    : maya
windowsExecutable  : maya.exe
globalEnvClassName : Maya
application        : maya
folderName         : maya
version            : 2020
packages           :


1 Meco Apps found.