kopia lustrzana https://github.com/simonw/datasette
				
				
				
			
		
			
				
	
	
		
			33 wiersze
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			33 wiersze
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
| $ datasette publish heroku --help
 | |
| 
 | |
| Usage: datasette publish heroku [OPTIONS] [FILES]...
 | |
| 
 | |
| Options:
 | |
|   -m, --metadata FILENAME         Path to JSON/YAML file containing metadata to publish
 | |
|   --extra-options TEXT            Extra options to pass to datasette serve
 | |
|   --branch TEXT                   Install datasette from a GitHub branch e.g. master
 | |
|   --template-dir DIRECTORY        Path to directory containing custom templates
 | |
|   --plugins-dir DIRECTORY         Path to directory containing custom plugins
 | |
|   --static MOUNT:DIRECTORY        Serve static files from this directory at /MOUNT/...
 | |
|   --install TEXT                  Additional packages (e.g. plugins) to install
 | |
|   --plugin-secret <TEXT TEXT TEXT>...
 | |
|                                   Secrets to pass to plugins, e.g. --plugin-secret
 | |
|                                   datasette-auth-github client_id xxx
 | |
| 
 | |
|   --version-note TEXT             Additional note to show on /-/versions
 | |
|   --secret TEXT                   Secret used for signing secure values, such as signed
 | |
|                                   cookies
 | |
| 
 | |
|   --title TEXT                    Title for metadata
 | |
|   --license TEXT                  License label for metadata
 | |
|   --license_url TEXT              License URL for metadata
 | |
|   --source TEXT                   Source label for metadata
 | |
|   --source_url TEXT               Source URL for metadata
 | |
|   --about TEXT                    About label for metadata
 | |
|   --about_url TEXT                About URL for metadata
 | |
|   -n, --name TEXT                 Application name to use when deploying
 | |
|   --tar TEXT                      --tar option to pass to Heroku, e.g.
 | |
|                                   --tar=/usr/local/bin/gtar
 | |
| 
 | |
|   --help                          Show this message and exit.
 |