cli icon indicating copy to clipboard operation
cli copied to clipboard

Install and manage your Statamic projects from the command line.

Results 15 cli issues
Sort by recently updated
recently updated
newest added

This used to work but now when I'm trying to run: ``` statamic new --with-config --local landtamic lucky-media/landtamic ``` And yes I do have the global config updated to: ```json...

bug
starter kits

This pull request adds a new prompt to the `statamic new` command, allowing you to choose whether you'd like to install the first-party Importer addon when setting up a new...

![CleanShot 2024-10-24 at 12 02 49](https://github.com/user-attachments/assets/deea90e2-b880-48c3-b953-5f2dad4e69bb)

bug

### Bug description The `statamic new ` command may not save the superuser password correctly, resulting in the impossibility to connect with the password typed during the process, which makes...

bug
windows

# Summary Add a final hook to the Statamic CLI that executes after all setup steps, including `git init`. # Current Limitation Currently, there is only one hook available: `StarterKitPostInstall.php`....

feature request