github.com/taubyte/tau-cli@v0.1.13-0.20240326000942-487f0d57edfc/prompts/storage/constants.go (about)

     1  package storagePrompts
     2  
     3  const (
     4  	NamePrompt       = "Storage Name:"
     5  	SelectPrompt     = "Select a Storage:"
     6  	StorageMatch     = "Match:"
     7  	PublicPrompt     = "Public:"
     8  	VersioningPrompt = "Do Versioning:"
     9  	BucketPrompt     = "Bucket:"
    10  
    11  	CreateThis = "Create this storage?"
    12  	DeleteThis = "Delete this storage?"
    13  	EditThis   = "Edit this storage?"
    14  	NoneFound  = "no storages found"
    15  	NotFound   = "storage `%s` not found"
    16  )