@@ -16,20 +16,20 @@ Welcome to the Netlify CLI! The new 2.0 version was rebuilt from the ground up t
16
16
- [ Usage] ( #usage )
17
17
- [ Documentation] ( #documentation )
18
18
- [ Commands] ( #commands )
19
- * [ addons] ( #addons )
20
- * [ api] ( #api )
21
- * [ deploy] ( #deploy )
22
- * [ dev] ( #dev )
23
- * [ functions] ( #functions )
24
- * [ init] ( #init )
25
- * [ link] ( #link )
26
- * [ login] ( #login )
27
- * [ open] ( #open )
28
- * [ sites] ( #sites )
29
- * [ status] ( #status )
30
- * [ switch] ( #switch )
31
- * [ unlink] ( #unlink )
32
- * [ watch] ( #watch )
19
+ - [ addons] ( #addons )
20
+ - [ api] ( #api )
21
+ - [ deploy] ( #deploy )
22
+ - [ dev] ( #dev )
23
+ - [ functions] ( #functions )
24
+ - [ init] ( #init )
25
+ - [ link] ( #link )
26
+ - [ login] ( #login )
27
+ - [ open] ( #open )
28
+ - [ sites] ( #sites )
29
+ - [ status] ( #status )
30
+ - [ switch] ( #switch )
31
+ - [ unlink] ( #unlink )
32
+ - [ watch] ( #watch )
33
33
- [ Contributing] ( #contributing )
34
34
- [ Development] ( #development )
35
35
- [ License] ( #license )
@@ -67,18 +67,18 @@ For a full command reference, see the list below, or visit [cli.netlify.com](htt
67
67
## Commands
68
68
69
69
<!-- AUTO-GENERATED-CONTENT:START (GENERATE_COMMANDS_LIST) -->
70
+
70
71
### [ addons] ( /docs/commands/addons.md )
71
72
72
73
(Beta) Manage Netlify Add-ons
73
74
74
- | Subcommand | description |
75
- | :--------------------------- | :-----|
76
- | [ ` addons:auth ` ] ( /docs/commands/addons.md#addonsauth ) | Login to add-on provider |
77
- | [ ` addons:config ` ] ( /docs/commands/addons.md#addonsconfig ) | Configure add-on settings |
78
- | [ ` addons:create ` ] ( /docs/commands/addons.md#addonscreate ) | Add an add-on extension to your site |
79
- | [ ` addons:delete ` ] ( /docs/commands/addons.md#addonsdelete ) | Remove an add-on extension to your site |
80
- | [ ` addons:list ` ] ( /docs/commands/addons.md#addonslist ) | List currently installed add-ons for site |
81
-
75
+ | Subcommand | description |
76
+ | :------------------------------------------------------- | :---------------------------------------- |
77
+ | [ ` addons:auth ` ] ( /docs/commands/addons.md#addonsauth ) | Login to add-on provider |
78
+ | [ ` addons:config ` ] ( /docs/commands/addons.md#addonsconfig ) | Configure add-on settings |
79
+ | [ ` addons:create ` ] ( /docs/commands/addons.md#addonscreate ) | Add an add-on extension to your site |
80
+ | [ ` addons:delete ` ] ( /docs/commands/addons.md#addonsdelete ) | Remove an add-on extension to your site |
81
+ | [ ` addons:list ` ] ( /docs/commands/addons.md#addonslist ) | List currently installed add-ons for site |
82
82
83
83
### [ api] ( /docs/commands/api.md )
84
84
@@ -92,21 +92,19 @@ Create a new deploy from the contents of a folder
92
92
93
93
Local dev server
94
94
95
- | Subcommand | description |
96
- | :--------------------------- | :-----|
97
- | [ ` dev:exec ` ] ( /docs/commands/dev.md#devexec ) | Exec command |
98
-
95
+ | Subcommand | description |
96
+ | :------------------------------------------ | :----------- |
97
+ | [ ` dev:exec ` ] ( /docs/commands/dev.md#devexec ) | Exec command |
99
98
100
99
### [ functions] ( /docs/commands/functions.md )
101
100
102
101
Manage netlify functions
103
102
104
- | Subcommand | description |
105
- | :--------------------------- | :-----|
106
- | [ ` functions:build ` ] ( /docs/commands/functions.md#functionsbuild ) | build functions locally |
107
- | [ ` functions:create ` ] ( /docs/commands/functions.md#functionscreate ) | create a new function locally |
108
- | [ ` functions:invoke ` ] ( /docs/commands/functions.md#functionsinvoke ) | trigger a function while in netlify dev with simulated data, good for testing function calls including Netlify's Event Triggered Functions |
109
-
103
+ | Subcommand | description |
104
+ | :---------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------- |
105
+ | [ ` functions:build ` ] ( /docs/commands/functions.md#functionsbuild ) | build functions locally |
106
+ | [ ` functions:create ` ] ( /docs/commands/functions.md#functionscreate ) | create a new function locally |
107
+ | [ ` functions:invoke ` ] ( /docs/commands/functions.md#functionsinvoke ) | trigger a function while in netlify dev with simulated data, good for testing function calls including Netlify's Event Triggered Functions |
110
108
111
109
### [ init] ( /docs/commands/init.md )
112
110
@@ -124,31 +122,28 @@ Login to your Netlify account
124
122
125
123
Open settings for the site linked to the current folder
126
124
127
- | Subcommand | description |
128
- | :--------------------------- | :-----|
129
- | [ ` open:admin ` ] ( /docs/commands/open.md#openadmin ) | Opens current site admin UI in Netlify |
130
- | [ ` open:site ` ] ( /docs/commands/open.md#opensite ) | Opens current site url in browser |
131
-
125
+ | Subcommand | description |
126
+ | :----------------------------------------------- | :------------------------------------- |
127
+ | [ ` open:admin ` ] ( /docs/commands/open.md#openadmin ) | Opens current site admin UI in Netlify |
128
+ | [ ` open:site ` ] ( /docs/commands/open.md#opensite ) | Opens current site url in browser |
132
129
133
130
### [ sites] ( /docs/commands/sites.md )
134
131
135
132
Handle various site operations
136
133
137
- | Subcommand | description |
138
- | :--------------------------- | :-----|
139
- | [ ` sites:create ` ] ( /docs/commands/sites.md#sitescreate ) | Create an empty site (advanced) |
140
- | [ ` sites:delete ` ] ( /docs/commands/sites.md#sitesdelete ) | Delete a site |
141
- | [ ` sites:list ` ] ( /docs/commands/sites.md#siteslist ) | List all sites you have access to |
142
-
134
+ | Subcommand | description |
135
+ | :---------------------------------------------------- | :-------------------------------- |
136
+ | [ ` sites:create ` ] ( /docs/commands/sites.md#sitescreate ) | Create an empty site (advanced) |
137
+ | [ ` sites:delete ` ] ( /docs/commands/sites.md#sitesdelete ) | Delete a site |
138
+ | [ ` sites:list ` ] ( /docs/commands/sites.md#siteslist ) | List all sites you have access to |
143
139
144
140
### [ status] ( /docs/commands/status.md )
145
141
146
142
Print status information
147
143
148
- | Subcommand | description |
149
- | :--------------------------- | :-----|
150
- | [ ` status:hooks ` ] ( /docs/commands/status.md#statushooks ) | Print hook information of the linked site |
151
-
144
+ | Subcommand | description |
145
+ | :----------------------------------------------------- | :---------------------------------------- |
146
+ | [ ` status:hooks ` ] ( /docs/commands/status.md#statushooks ) | Print hook information of the linked site |
152
147
153
148
### [ switch] ( /docs/commands/switch.md )
154
149
@@ -162,7 +157,6 @@ Unlink a local folder from a Netlify site
162
157
163
158
Watch for site deploy to finish
164
159
165
-
166
160
<!-- AUTO-GENERATED-CONTENT:END -->
167
161
168
162
## Contributing
0 commit comments