mirror of
https://github.com/mcuadros/ascode
synced 2024-11-26 06:01:08 +01:00
deploy: f912a591f8c0fd9634588b1834963f813951920c
This commit is contained in:
parent
a9a742a1c6
commit
eb4d5a0cb6
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>AsCode - Terraform Alternative Syntax</title><link>https://ascode.run/</link><description>Recent content on AsCode - Terraform Alternative Syntax</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="https://ascode.run/index.xml" rel="self" type="application/rss+xml"/><item><title>Quick Install</title><link>https://ascode.run/docs/install/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ascode.run/docs/install/</guid><description>AsCode is written in Go with support for multiple platforms.
|
||||
The latest release can be found at GitHub Releases., currently provides pre-built binaries for the following:
|
||||
Linux macOS (Darwin) Windows Binary (Cross-platform) Download the appropriate version for your platform from GitHub Releases.. Once downloaded, the binary can be run from anywhere. You don’t need to install it into a global location.
|
||||
Ideally, you should install it somewhere in your PATH for easy use.</description></item><item><title>Getting Started</title><link>https://ascode.run/docs/getting-started/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ascode.run/docs/getting-started/</guid><description>This page explains the basics of using AsCode to define your infrastructure in Terraform. It assumes that you have already installed the Ascode.
|
||||
Ideally, you should install it somewhere in your PATH for easy use.</description></item><item><title>Getting Started</title><link>https://ascode.run/docs/getting-started/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ascode.run/docs/getting-started/</guid><description>This page explains the basics of using AsCode to define your infrastructure in Terraform. It assumes that you have already installed Ascode.
|
||||
&gt; ascode --help Usage: ascode [OPTIONS] &lt;repl | run | version&gt; AsCode - Terraform Alternative Syntax. Help Options: -h, --help Show this help message Available commands: repl Run as interactive shell. run Run parses, resolves, and executes a Starlark file. version Version prints information about this binary. The repl command The repl command provides a handy REPL interface for debugging and tinkering with AsCode.</description></item><item><title>Lexical elements</title><link>https://ascode.run/docs/starlark/lexical-elements/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ascode.run/docs/starlark/lexical-elements/</guid><description>A Starlark program consists of one or more modules. Each module is defined by a single UTF-8-encoded text file.
|
||||
A complete grammar of Starlark can be found in grammar.txt. That grammar is presented piecemeal throughout this document in boxes such as this one, which explains the notation:
|
||||
Grammar notation - lowercase and &#39;quoted&#39; items are lexical tokens. - Capitalized names denote grammar productions. - (...) implies grouping. - x | y means either x or y.</description></item><item><title>Data types</title><link>https://ascode.run/docs/starlark/data-types/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ascode.run/docs/starlark/data-types/</guid><description>Overview These are the main data types built in to the interpreter:
|
||||
|
Loading…
Reference in New Issue
Block a user