-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: automatically present login when unauthenticated and command requires authentication * chore: changeset
- Loading branch information
Showing
5 changed files
with
36 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"composable-cli": patch | ||
--- | ||
|
||
automatically present login when unauthenticated and command requires authentication |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,41 @@ | ||
# `Beta` Elastic Path Composable CLI | ||
<p align="center"> | ||
|
||
### This package is not feature complete and is work in progress. | ||
<a href="https://www.elasticpath.com/"> | ||
|
||
This package contains the executable for running [Elastic Path Commerce Cloud](https://www.elasticpath.com/) Schematics. | ||
<img src="https://github.com/elasticpath/mason/assets/3082064/8be38417-6b96-4228-ba6e-e5472e049b27" height="96"> | ||
|
||
## Installation | ||
<h3 align="center">Elastic Path</h3> | ||
|
||
`yarn global add composable-cli` or `npm install -g composable-cli` | ||
</a> | ||
|
||
## Generating a storefront | ||
<p align="center">We help commerce leaders deliver extraordinary shopping experiences.</p> | ||
|
||
### Login to Elastic Path | ||
</p> | ||
|
||
```bash | ||
composable-cli login | ||
``` | ||
# `Beta` Elastic Path Composable CLI | ||
|
||
### Generate a D2C (Direct-to-consumer) storefront | ||
🚨 **This is an early release of this package some bugs and issues should be expected.** 🚨 | ||
|
||
```bash | ||
composable-cli generate d2c my-storefront | ||
``` | ||
Elastic Path excels in delivering highly configurable eCommerce experiences by leveraging modular services, making the implementation of complex experiences and business models seamless. | ||
|
||
Select your Elastic Path store from the list of stores. | ||
Composable CLI streamlines the initial setup process for Elastic Path, making it effortless to get started. | ||
|
||
### Getting help | ||
## Installation | ||
|
||
```bash | ||
composable-cli --help | ||
``` | ||
To install the latest version of Composable CLI, run the following command: | ||
|
||
`npm install -g composable-cli` | ||
|
||
## Integrations | ||
## Usage | ||
|
||
### Configuring Algolia integration | ||
To generate a storefront, run the following command: | ||
|
||
```bash | ||
composable-cli int algolia | ||
ep generate | ||
``` | ||
|
||
## Elastic Path Payments Setup | ||
When issuing commands with Composable CLI you can use either `ep` or `composable-cli` as one is just a alias for the other. | ||
|
||
### Configuring Elastic Path Payments | ||
## Documentation | ||
|
||
```bash | ||
composable-cli p ep-payments | ||
``` | ||
To find out more about how to use Composable CLI, check out the [documentation](https://composable-frontend-docs.vercel.app/docs/category/composable-cli). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters