📚 Documentation: appwrite databases create --database-id 'unique()' instead of 'ID.unique()' #146
Open
2 tasks done
Labels
documentation
Improvements or additions to documentation
💭 Description
% appwrite --version
6.1.0
% appwrite databases create -h
Options:
--database-id Unique Id. Choose a custom ID or generate a random ID with
'ID.unique()'. Valid chars are a-z, A-Z, 0-9, period, hyphen, and
underscore. Can't start with a special char. Max length is 36 chars.
CLI doc should state: Choose a custom ID or generate a random ID with 'unique()' instead of 'ID.unique()'
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: