# execute_init_command

> **Function** in `deepagents_cli`

📖 [View in docs](https://reference.langchain.com/python/deepagents-cli/deploy/commands/execute_init_command)

Execute the `deepagents init` command.

## Signature

```python
execute_init_command(
    args: argparse.Namespace,
) -> None
```

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/64d45f67c86edb4df2ced0e7b82f1a8fd158ec8c/libs/cli/deepagents_cli/deploy/commands.py#L116)