Name

gx delete-module - Delete an X-Module at the specified path.

Synopsis

gx delete-module [--help] [--no-sync] [--git-dir=PARENT_REPOS] REF MODULE_PATH

Description

Delete an X-Module at the specified path.

Options

--git-dir=PARENT_REPOS

The path to the parent Git repository, where an X-Module is to be deleted.

Default: current directory or $GIT_DIR if specified.

--help

Display this help message.

--no-sync

Do not remove the X-Module from the parent repository tree immediately, just schedule the deletion. To apply the changes, run gx sync command or push to this repository.

This is useful to delete several X-Modules with one commit.

Arguments

REF

The branch in the parent repository, where an X-Module is to be deleted.

MODULE_PATH

The path to the X-Module directory in the parent repository to be deleted.