Documentation
¶
Overview ¶
Package manifest reads and writes Encore app manifests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manifest ¶
type Manifest struct {
// AppID is a unique identifier for the app.
// It uses the encore.dev app slug if the app
// is linked, and is otherwise a randomly generated id.
AppID string `json:"appID"`
}
Manifest represents the persisted manifest for an Encore application. It is not intended to be committed to source control.
func ReadOrCreate ¶
ReadOrCreate reads the manifest for the app rooted at appRoot. If it doesn't exist it creates it first.
Click to show internal directories.
Click to hide internal directories.