šŸ“¦āž”šŸ¦‹ Store and retrieve files on the Atmosphere
35
fork

Configure Feed

Select the types of activity you want to include in your feed.

various

Ducky 7d340002 32bb0786

+3 -1
+2
src/commands/record.sh
··· 48 48 at_collection="$(atfile.util.parse_at_uri "$at_uri" "collection")" 49 49 at_rkey="$(atfile.util.parse_at_uri "$at_uri" "rkey")" 50 50 51 + atfile.say.debug "Resolved AT URI\n↳ Actor: $at_actor\n↳ Collection: $at_collection\n↳ RKey: $at_rkey" 52 + 51 53 case "$sub_command" in 52 54 "create") 53 55 if [[ -z "$at_rkey" ]]; then
+1 -1
src/commands/release.sh
··· 181 181 182 182 atfile.say "↳ Bumping current version..." 183 183 # shellcheck disable=SC2154 184 - atfile.record put "at://$_devel_dist_username/self.atfile.latest/self" "$latest_release_record" 184 + atfile.record update "at://$_devel_dist_username/self.atfile.latest/self" "$latest_release_record" 185 185 fi 186 186 }