-
Notifications
You must be signed in to change notification settings - Fork 249
Expand file tree
/
Copy pathstore-create.doc.ts
More file actions
36 lines (33 loc) · 938 Bytes
/
store-create.doc.ts
File metadata and controls
36 lines (33 loc) · 938 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
// This is an autogenerated file. Don't edit this file manually.
import {ReferenceEntityTemplateSchema} from '@shopify/generate-docs'
const data: ReferenceEntityTemplateSchema = {
name: 'store create',
description: `Creates a new Shopify store associated with your account.
By default, creates a trial store. Use \`--dev\` to create a development store instead.`,
overviewPreviewDescription: `Create a new Shopify store.`,
type: 'command',
isVisualComponent: false,
defaultExample: {
codeblock: {
tabs: [
{
title: 'store create',
code: './examples/store-create.example.sh',
language: 'bash',
},
],
title: 'store create',
},
},
definitions: [
{
title: 'Flags',
description: 'The following flags are available for the `store create` command:',
type: 'storecreate',
},
],
category: 'store',
related: [
],
}
export default data