Skip to main content

Remove Page

This command aims to remove pages from the project.

morpheme remove-page -f [feature_name] [page_name]

Example

For the example we will remove page form_address in feature master.

morpheme remove-page -f master form_address

Options

morpheme remove-page [page-name] [arguments]

To see all available options and flags, run morpheme remove-page --help.

Available Options

  • Specific Feature :
Specific FeatureAlternativeDescription
-f [feature-name]--feature-name [feature-name]Name of the feature to be remove page. This option is mandatory.