Laraboot/Cli
CommunityExtendig
1.0.0
1.0.0
  • Introduction
  • Requirements
  • Getting started
  • F.A.Q
  • Concepts
    • Workspace
    • laraboot.json
    • Build tasks
      • Core tasks
      • Community tasks
  • Usage
    • Create a project
    • Configure
      • Data model
      • Configure
      • Starter kits
      • Views and layouts
    • Build your project
    • Run your project
    • Share your project
  • Build
    • Process
    • Hooks
  • Tutorials
    • Create a laraboot application
    • Collaborative
  • Extending
    • Create a build task
    • Github actions
    • Publish a build task
Powered by GitBook
On this page
  • Installation
  • Authenticate

Was this helpful?

Getting started

Installation

Install laraboot/cli on your machine by running this command

npm i -g @laraboot-io/cli

Authenticate

laraboot login <email>
echo "token*****" | laraboot login me@example.com -vvv

PreviousRequirementsNextF.A.Q

Last updated 3 years ago

Was this helpful?