Skip to content

Remove stale "database" subcommand from AEPsych website docs#833

Closed
JasonKChow wants to merge 1 commit intofacebookresearch:mainfrom
JasonKChow:export-D96764511
Closed

Remove stale "database" subcommand from AEPsych website docs#833
JasonKChow wants to merge 1 commit intofacebookresearch:mainfrom
JasonKChow:export-D96764511

Conversation

@JasonKChow
Copy link
Contributor

Summary:
Context:
The AEPsych server CLI was refactored in D42038037 (Dec 2022) to remove the
database subcommand. The --db flag became a direct argument to the main
parser. However, the front page of the AEPsych docs site was never updated.

Motivation:
Users copying the server start command from the docs get an error because the
database subcommand no longer exists.

This diff:

  • Remove the stale database word from the server start command on the
    AEPsych website homepage, changing from
    aepsych_server --port 5555 --ip 0.0.0.0 database --db mydatabase.db to
    aepsych_server --port 5555 --ip 0.0.0.0 --db mydatabase.db

Differential Revision: D96764511

Summary:
**Context:**
The AEPsych server CLI was refactored in D42038037 (Dec 2022) to remove the
`database` subcommand. The `--db` flag became a direct argument to the main
parser. However, the front page of the AEPsych docs site was never updated.

**Motivation:**
Users copying the server start command from the docs get an error because the
`database` subcommand no longer exists.

**This diff:**
- Remove the stale `database` word from the server start command on the
  AEPsych website homepage, changing from
  `aepsych_server --port 5555 --ip 0.0.0.0 database --db mydatabase.db` to
  `aepsych_server --port 5555 --ip 0.0.0.0 --db mydatabase.db`

Differential Revision: D96764511
@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Mar 16, 2026
@meta-codesync
Copy link

meta-codesync bot commented Mar 16, 2026

@JasonKChow has exported this pull request. If you are a Meta employee, you can view the originating Diff in D96764511.

Copy link
Contributor

@tymmsc tymmsc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review automatically exported from Phabricator review in Meta.

@meta-codesync
Copy link

meta-codesync bot commented Mar 16, 2026

This pull request has been merged in e01a5ae.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged meta-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants