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

# CLI reference

> Commands for shipping and operating FixCodeNow projects.

Install the CLI with [Install the CLI](/install-cli).

| Command                                        | What it does                                           |
| ---------------------------------------------- | ------------------------------------------------------ |
| `fixcodenow login`                             | Authenticate through your browser                      |
| `fixcodenow logout`                            | Revoke and remove cached credentials                   |
| `fixcodenow whoami`                            | Show the authenticated account                         |
| `fixcodenow ship [dir]`                        | Queue a directory for deployment                       |
| `fixcodenow list`                              | List shipped projects, services, endpoints, and status |
| `fixcodenow logs <target>`                     | Show deployment diagnostics                            |
| `fixcodenow connect <deployment-id>/<service>` | Open a local port to a private service                 |
| `fixcodenow unship [target]`                   | Stop a project while preserving persistent data        |
| `fixcodenow update`                            | Update the CLI                                         |
| `fixcodenow version`                           | Print version and build information                    |

`<target>` can be a deployment ID, public URL, or unambiguous project name.

Run `fixcodenow <command> --help` to inspect the help text installed with your CLI.
