Sha256: 3ceb0d08bce207e7718b969660a1aef62f07a3c6a5b6a3d8feda2886dbb198c2
Contents?: true
Size: 398 Bytes
Versions: 7
Compression:
Stored size: 398 Bytes
Contents
#!/bin/sh # Help echo "bin/ftl" bin/ftl echo "bin/ftl -h" bin/ftl -h echo "bin/ftl --help" bin/ftl --help # Servers echo "bin/ftl list" bin/ftl list echo "bin/ftl list servers" bin/ftl list servers echo "bin/ftl servers" bin/ftl servers # Volumes echo "bin/ftl volumes" bin/ftl volumes echo "bin/ftl list volumes" bin/ftl list volumes # Key Pairs echo "bin/ftl key_pairs" bin/ftl key_pairs
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
ftl-0.3.3 | test/script |
ftl-0.3.2 | test/script |
ftl-0.3.1 | test/script |
ftl-0.3.0 | test/script |
ftl-0.2.4 | test/script |
ftl-0.2.3 | test/script |
ftl-0.2.2 | test/script |