Action | |
List macro domains | -l Lists the names of all macro domains. |
List macros | -l (-g | -dm domain-name) Lists the names of all macros in the global domain (-g) or in the domain (-dm) specified. |
Publish a macro library | -lib -f macro-library[-g] Publishes all the macros defined in the specific macro library file. If the -g option is set, these are published to the global domain. Otherwise, they are published to the domain specified in the macro library file. |
Republish a macro library | -lib -repub -f macro-library[-g] Republishes all the macros defined in the specific macro library file. If the -g option is set, these are published to the global domain. Otherwise, they are published to the domain specified in the macro library file. |
Publish a single macro | -a -f macro-library-n macro-name(-g | -dm domain-name) Publishes the macro specified by name from the macro library specified to either the global domain (-g) or to the domain (-dm) specified. |
Update a macro | -m -f macro-library-n macro-name(-g | -dm domain-name) Modifies the macro specified by name from the macro library specified to either the global domain (-g) or to the domain (-dm) specified. |
Rename a macro | -r -n new-macro-name-o existing-macro-name(-g | -dm domain-name) Changes the name of an existing macro in either the global (-g) domain or in the domain (-dm) specified. |
Delete a macro | -d -n macro-name(-g | -dm domain-name) Deletes the specified macro from the global (-g) domain or the specified (-dm) domain. |