Archbee CLI Installation & Setup
12 min
requirements before installing the archbee cli, make sure you have node js 18 or newer npm installed access to your archbee workspace if using api commands archbee cli requires node js 18 or newer older node js versions may cause installation or runtime issues installation workflow install the archbee cli globally using npm create a new documentation project or open an existing docs repository start the local development server with archbee dev validate documentation changes and publish updates when ready install the cli npm install g @archbee/cli verify the installation archbee version example output @archbee/cli 1 0 0 create a new documentation project archbee new my docs cd my docs archbee dev example output archbee local server running at http //localhost 3000 the local preview server starts at http //localhost 3000 use the cli with existing docs the cli automatically detects supported configuration files format config file archbee archbee json docusaurus docusaurus config js or ts example cd your existing docs project archbee dev example output detected docusaurus project starting development server common setup errors "archbee command not found" try reinstalling globally npm install g @archbee/cli then restart your terminal "no config file found" make sure your project contains one of the supported config files archbee json docusaurus config js docusaurus config ts node js version problems check your installed node version node v upgrade to node js 18+ if needed additional resources https //archbee com/docs https //archbee com/docs https //www npmjs com/package/@archbee/cli https //www npmjs com/package/@archbee/cli
Have a question?
Our super-smart AI, knowledgeable support team and an awesome community will get you an answer in a flash.
To ask a question or participate in discussions, you'll need to authenticate first.