Create Pages
The recommended command is now publish.
npx @internalpage/cli publish ./report.html --slug q2-reportpublish --slug creates the page on the first run and updates the same page on
later runs. This is the best default for scripts and AI agents because they do
not need to decide between create and update.
The low-level compatibility command still exists:
npx @internalpage/cli pages create ./report.html --slug q2-reportPrefer Publish Pages for new workflows.