2017 © Pedro Peláez
 

library cli

Statamic CLI Tool

image

statamic/cli

Statamic CLI Tool

  • Monday, May 28, 2018
  • by statamic
  • Repository
  • 3 Watchers
  • 25 Stars
  • 2,088 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 2 Open issues
  • 5 Versions
  • 30 % Grown

The README.md

Statamic CLI Tool

🌴 Install and manage your Statamic projects from the command line., (*1)

Installing the CLI tool

composer global require statamic/cli

Make sure to place Composer's system-wide vendor bin directory in your $PATH so the statamic executable can be located by your system. Here's how., (*2)

Once installed, you should be able to run statamic {command name} from within any directory., (*3)

GitHub authentication

When you install starter kits, the CLI might present you with a warning that the GitHub API limit is reached. Generate a Personal access token and paste it in your terminal with this command so Composer will save it for future use:, (*4)

composer config --global --auth github-oauth.github.com [your_token_here]

Read more on this in the Composer Docs., (*5)

Updating the CLI tool

composer global update statamic/cli

Run this command to update the CLI tool to the most recent published version. If there's been a major version release, you may need to run require instead of update., (*6)

Using the CLI tool

Installing Statamic

You may create a new Statamic site with the new command:, (*7)

statamic new my-site

This will present you with a list of supported starter kits to select from. Upon selection, the latest version will be downloaded and installed into the my-site directory., (*8)

You may also pass an explicit starter kit repo if you wish to skip the selection prompt:, (*9)

statamic new my-site statamic/starter-kit-cool-writings

Checking Statamic versions

From within an existing Statamic project root directory, you may run the following command to quickly find out which version is being used., (*10)

statamic version

Updating Statamic

From within an existing Statamic project root directory, you may use the following command to update to the latest version., (*11)

statamic update

This is just syntactic sugar for the composer update statamic/cms --with-dependencies command., (*12)

The Versions

28/05 2018

dev-master

9999999-dev

Statamic CLI Tool

  Sources   Download

MIT

The Requires

 

by Jack McDade

statamic

28/05 2018

1.0.3

1.0.3.0

Statamic CLI Tool

  Sources   Download

MIT

The Requires

 

by Jack McDade

statamic

21/05 2018

1.0.2

1.0.2.0

Statamic CLI Tool

  Sources   Download

MIT

The Requires

 

by Jack McDade

statamic

18/04 2018

1.0.1

1.0.1.0

Statamic CLI Tool

  Sources   Download

MIT

The Requires

 

by Jack McDade

statamic

06/07 2017

1.0

1.0.0.0

Statamic CLI Tool

  Sources   Download

MIT

The Requires

 

by Jack McDade

statamic