github.com/fastly/cli@v1.7.2-0.20240304164155-9d0f1d77c3bf/pkg/manifest/flags.go (about)

     1  package manifest
     2  
     3  // Flag represents all of the manifest parameters that can be set with explicit
     4  // flags. Consumers should bind their flag values to these fields directly.
     5  type Flag struct {
     6  	Name        string
     7  	Description string
     8  	Authors     []string
     9  	ServiceID   string
    10  }