Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion flyctl/cmd/flyctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ It allows users to manage authentication, application initialization,
deployment, network configuration, logging and more with just the
one command.

Initialize an app with the init command
Deploy an app with the deploy command
View a deployed web application with the open command
Check the status of an application with the status command
Expand Down
3 changes: 0 additions & 3 deletions partials/_flyctl_nav.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ dl
= nav_link "/docs/flyctl/info/", class: "flex ai:baseline jc:between text:inherit sm:text:persist sm:m:8p pt:7p" do
| View App information
span class="text:code leading:xs ml:8p pt:2p pb:3p" info
= nav_link "/docs/flyctl/init/", class: "flex ai:baseline jc:between text:inherit sm:text:persist sm:m:8p pt:7p" do
| Initialize a new App
span class="text:code leading:xs ml:8p pt:2p pb:3p" init
= nav_link "/docs/flyctl/ips/", class: "flex ai:baseline jc:between text:inherit sm:text:persist sm:m:8p pt:7p" do
| Managing IP addresses
span class="text:code leading:xs ml:8p pt:2p pb:3p" ips
Expand Down