> ## Documentation Index
> Fetch the complete documentation index at: https://docs.appz.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# appz transfer

> Learn how to transfer a project between Appz accounts using the `appz transfer` CLI command.

export const GlobalOptionsComponent = ({command}) => <div>
    <h2><a href="#global-options">Global Options</a></h2>
    <p>These general options can be applied when using the <code>{command}</code> command:</p>
    <ul>
    <li><code>--cwd</code></li>
    <li><code>--debug</code></li>
    <li><code>--global-config</code></li>
    <li><code>--help</code></li>
    <li><code>--local-config</code></li>
    <li><code>--no-color</code></li>
    <li><code>--scope</code></li>
    <li><code>--token</code></li>
    </ul>

    <p>For detailed information on these global options and their applications, refer to the <a href="/cli/global-options">options section</a>.</p>
    </div>;

Projects can be transferred between plans as long as the project owner is a member of both the source and destination teams. For instance, a project can be transferred from a personal account(Lite) to an Pro account, and vice versa.

To initiate a transfer, you must be an owner of the team you're transferring from and a member of the team you're transferring to. For example, you can transfer a project from your personal account(Lite) to an Pro team account, and vice versa, provided you're an owner on the Pro team.

During the transfer process, all of the project’s dependencies will be seamlessly moved or copied over to the new Appz Team namespace without any downtime.

```bash terminal theme={null}
appz transfer
```

<GlobalOptionsComponent command={'appz transfer'} />
