| Key/Command | Description |
|---|---|
| Tab | Auto-complete files and folder names |
| Ctrl + A | Go to the beginning of the line you are currently typing on |
| Ctrl + E | Go to the end of the line you are currently typing on |
| Ctrl + U | Clear the line before the cursor |
| Ctrl + K | Clear the line after the cursor |
| Ctrl + W | Delete the word before the cursor |
| Ctrl + T | Swap the last two characters before the cursor |
This file contains hidden or 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
| azure | |
| account | |
| list [options] #List the imported subscriptions | |
| show [options] [subscriptionNameOrId] #Show details about a subscription | |
| set [options] <subscriptionNameOrId> #Set the current subscription | |
| clear [options] #Remove a subscription or environment, or clear all of the stored account and environment info | |
| import [options] <file> #Import a publishsettings file or certificate for your account | |
| download [options] #Launch a browser to download your publishsettings file | |
| env... #Commands to manage your account environment |
This file contains hidden or 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
| # Compiled source # | |
| ################### | |
| *.com | |
| *.class | |
| *.dll | |
| *.exe | |
| *.o | |
| *.so | |
| # Packages # |
.env files can be an easy way to setup Environment variables locally. You can start using a .env files in Vapor 3 by following this small guide.
First setup the vapor-ext package in your Package.swift file:
.package(url: "https://github.com/vapor-community/vapor-ext.git", from: "0.1.0"),Next create a .env file in the root of your project:
This file contains hidden or 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
| <?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Cerner Health - Overview</title> <link href="https://d32bg403aomlve.cloudfront.net/s/ch-static/css/d.7f2efa904c5d.css" rel="stylesheet" type="text/css" media="screen,projection" /> <!--[if IE]> <link href="https://d32bg403aomlve.cloudfront.net/s/ch-static/css/ie.53d66739325b.css" rel="stylesheet" type="text/css" media="screen,projection" /><![endif]--> <!--[if IE 7]> <link href="https://d32bg403aomlve.cloudfront.net/s/ch-static/css/ie7.2c7f92455259.css" rel="stylesheet" type="text/css" media="screen,projection" /><![endif]--> <!--[if lt IE 9]> <link href="https://d32bg403aomlve.cloudfront.net/s/ch-static/css/ie8-captcha.cfe00f1c0e61.css" rel="stylesheet" type="text/css" media="screen,projection" /><![e |